Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 12 Current »

Summary

Using the Okapia repo for maven dependencies.

Maven Repository

A maven repository for the OSID and Okapia jars is located at http://repo.okapia.net/artifactory.

Gradle Config
repositories {
    maven {
        url "http://repo.okapia.net/artifactory/ext-release-local"
    }
    maven {
        url "http://repo.okapia.net/artifactory/libs-release-local"
    }
}
 
dependencies {
	compile group: 'net.okapia.osid', name: 'javakit', version: '0.1.2'
}

A description of the various Okapia packages is available in the Java tools section.

  • No labels