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