Skip to content

korosuke613/pict4java

Repository files navigation

pict4java

Use the library PICT:Pairwise Independent Combinatorial Tool(created by Microsoft) from Java.

codecov

Setup

Install dynamic library

  1. Download libraris(libpict.so, libpict.dylib) this URL.
  2. Put download files to resources directory.

Install pict4java

for Gradle

Add the following code to build.gradle.(Authenticating to GitHub Packages)

repositories {
    maven {
        name = "GitHubPackages"
        url = uri("https://maven.pkg.github.com/korosuke613/pict4java")
        credentials {
            username = "Your GitHub username"
            password = "Your GitHub access token"
        }
    }
}

dependencies {
    implementation "com.github.korosuke613:pict4java:v2.0.0"
}

About

Use the library PICT(created by Microsoft) from Java.

Resources

License

Stars

Watchers

Forks

Sponsor this project

 

Packages

 
 
 

Contributors