Skip to content

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
Brixomatic wants to merge 15 commits intomiguelemosreverte:masterfrom
Brixomatic:master
Open

Updated to Java 17, added module-info.java, added instructions to include Library using Maven+Jitpack, Maven+lib folder and straight build path.#3
Brixomatic wants to merge 15 commits intomiguelemosreverte:masterfrom
Brixomatic:master

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