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

Updated to Java 17, added module-info.java, added instructions to include Library using Maven+Jitpack, Maven+lib folder and straight build path. #3

Open
wants to merge 15 commits into
base: master
Choose a base branch
from

Conversation

Brixomatic
Copy link

@Brixomatic Brixomatic commented Jul 14, 2021

  • Updated to Java 17
  • Added module-info.java
  • Added instructions to include Library using Maven+Jitpack, Maven+lib folder and straight build path:

There is a convenient method to include this library by referencing this github repository:

<repositories>
	<!-- .... -->
	<repository>
		<id>jitpack.io</id>
		<url>https://jitpack.io</url>
	</repository>
</repositories>

Then adding the github-address of this library with the latest commit hash as version to your dependencies:

<dependencies>
	<dependency>
		<groupId>com.github.miguelemosreverte</groupId>
		<artifactId>imagetracerjava</artifactId>
		<version>6f38a40</version> <!-- version 1.1.4 -->
	</dependency>
</dependencies>

or

<dependencies>
	<dependency>
		<groupId>com.github.miguelemosreverte</groupId>
		<artifactId>imagetracerjava</artifactId>
		<version>51ea640</version> <!-- modularized Java 17 version -->
	</dependency>
</dependencies>

As dependency version you can also address a branch, like:
master-SNAPSHOT
or a release tag.

@Brixomatic Brixomatic changed the title Added instructions to include Library using Maven+Jitpack, Maven+lib folder and straight build path Updated to Java 17, added module-info.java, added instructions to include Library using Maven+Jitpack, Maven+lib folder and straight build path. Aug 18, 2022
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.

1 participant