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

maven support? #91

Open
linkerlin opened this issue Jun 24, 2021 · 3 comments
Open

maven support? #91

linkerlin opened this issue Jun 24, 2021 · 3 comments

Comments

@linkerlin
Copy link

How about adding a pom.xml for maven ?

@farmboy0
Copy link

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

@orange451
Copy link

orange451 commented Aug 12, 2021

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>

@renatoathaydes
Copy link

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 up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants