Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Making delaunay-triangulator available via maven #4

Merged
merged 4 commits into from
Dec 7, 2018

Conversation

phaus
Copy link
Contributor

@phaus phaus commented Dec 6, 2018

Since I plan to play around with this awesome library, I update the build configuration to have the library deployed to maven.

I am currently using my own Maven Repo, but since this is public available, it might be a good starting point.

You just have to add it to your project:

…
  <repository>
    <id>maven.javastream.de</id>
    <name>javastream Repository</name>
    <url>http://maven.javastream.de</url>
    <snapshots>
	<enabled>true</enabled>
    </snapshots>
  </repository>
…

After that you can add delaunay-triangulator as a normal dependency:

…
  <dependencies>
    …
    <dependency>
      <groupId>io.github.jdiemke</groupId>
      <artifactId>delaunay-triangulation</artifactId>
      <version>1.0.3</version>
    </dependency>
    …
  </dependencies>
…

Fixing #3

@jdiemke jdiemke merged commit 8978aea into jdiemke:master Dec 7, 2018
@jdiemke
Copy link
Owner

jdiemke commented Dec 7, 2018

Thanks a lot!

@LeWimbes
Copy link

Hi,
can I still access this project through your nexus, @phaus ? And if yes, how can I do so?
Thank you :)

@phaus
Copy link
Contributor Author

phaus commented Sep 21, 2020

@LeWimbes yes. I had to fix a build. It should be there now. You can also use https://maven.javastream.de as the repository server, if you want.

@LeWimbes
Copy link

Thanks

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants