maven support? #91

Closed
opened 2021-06-24 13:51:12 +00:00 by linkerlin · 3 comments
linkerlin commented 2021-06-24 13:51:12 +00:00 (Migrated from github.com)

How about adding a pom.xml for maven ?

How about adding a pom.xml for maven ?
farmboy0 commented 2021-06-25 11:16:27 +00:00 (Migrated from github.com)

I have done this here https://github.com/farmboy0/luaj

I have done this here https://github.com/farmboy0/luaj
orange451 commented 2021-08-12 19:50:20 +00:00 (Migrated from github.com)

You can use jitpack:

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

	<dependency>
	    <groupId>com.github.luaj</groupId>
	    <artifactId>luaj</artifactId>
	    <version>master-SNAPSHOT</version>
	</dependency>
You can use jitpack: ```xml <repositories> <repository> <id>jitpack.io</id> <url>https://jitpack.io</url> </repository> </repositories> <dependency> <groupId>com.github.luaj</groupId> <artifactId>luaj</artifactId> <version>master-SNAPSHOT</version> </dependency> ```
renatoathaydes commented 2022-07-18 21:18:26 +00:00 (Migrated from github.com)

I think this issue can be closed. LuaJ is on Maven Central now (but maybe the latest version is missing? Latest on Maven Central is 3.0.1 but the README shows 3.0.2?)

https://search.maven.org/artifact/org.luaj/luaj-jse

I think this issue can be closed. LuaJ is on Maven Central now (but maybe the latest version is missing? Latest on Maven Central is 3.0.1 but the README shows 3.0.2?) https://search.maven.org/artifact/org.luaj/luaj-jse
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: open-autonomous-connection/luaj#91