Files download
File Operation
platform-1.0.0.jar download
platform-1.0.0.pom download
platform-1.0.0-sources.jar download
Apache Maven
<dependency>
  <groupId>io.github.over-run</groupId>
  <artifactId>platform</artifactId>
  <version>1.0.0</version>
</dependency>
Gradle Groovy
implementation 'io.github.over-run:platform:1.0.0'
Gradle Kotlin
implementation("io.github.over-run:platform:1.0.0")
Scala SBT
libraryDependencies += "io.github.over-run" % "platform" % "1.0.0"
Groovy Grape
@Grapes(
  @Grab(group='io.github.over-run', module='platform', version='1.0.0')
)
Apache Ivy
<dependency org="io.github.over-run" name="platform" rev="1.0.0" />
Leiningen
[io.github.over-run/platform "1.0.0"]
Apache Buildr
'io.github.over-run:platform:jar:1.0.0'
Dependencies
The project has no third-party dependencies