flexible-polyline icon indicating copy to clipboard operation
flexible-polyline copied to clipboard

Is flexpolyline for Java published?

Open leslieli opened this issue 2 years ago • 1 comments

Hi there,

We would like to use flexpolyline in a Java project. However, once we added the following dependency to the pom.xml, it did not work. flexpolyline was not be loaded. Seem it isn't published yet. Could you please help confirm and suggest?

<dependency>
      <groupId>com.here</groupId>
      <artifactId>flexpolyline</artifactId>
      <version>0.1.0</version>
    </dependency>

Should I just copy the code into our own project?

Thanks!

leslieli avatar Apr 14 '22 15:04 leslieli

It doesn't appear in any major repositories, and there are no publishing settings in the code.

https://mvnrepository.com/artifact/com.here

The <version> is also out of date - the latest tag is java-0.2.0.

It would be good if this could be sorted out properly.

OrangeDog avatar Apr 26 '22 09:04 OrangeDog

As noted before, it is not published in maven repos and there are no immediate plans to change that although there would definitely be some use in that.

cio avatar Jun 06 '24 12:06 cio