Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
titleGradle 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.24'
}

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