Skip to content

xinchen384/scala-jna

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Scala Native Api for Linux

How to use?

Add resolvers

You can add github resolver by add this line to build.sbt:

resolvers += "janzhou-github-mvn-repo" at "https://raw.githubusercontent.com/janzhou/mvn-repo/master"

Or add bitbucket resolver by add:

resolvers += "janzhou-bitbucket-mvn-repo" at "https://bitbucket.org/janzhou/mvn-repo/raw/master"

Add library

Add the library by using the following line:

libraryDependencies += "org.janzhou" %% "native" % "version"

Replace the version number with a proper tag name in the repository

Dependency

Contribute

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published