Files download
File Operation
ryo-core-commons-1.0.2.jar download
ryo-core-commons-1.0.2.pom download
ryo-core-commons-1.0.2-sources.jar download
Apache Maven
<dependency>
  <groupId>org.ryoframework.core</groupId>
  <artifactId>ryo-core-commons</artifactId>
  <version>1.0.2</version>
</dependency>
Gradle Groovy
implementation 'org.ryoframework.core:ryo-core-commons:1.0.2'
Gradle Kotlin
implementation("org.ryoframework.core:ryo-core-commons:1.0.2")
Scala SBT
libraryDependencies += "org.ryoframework.core" % "ryo-core-commons" % "1.0.2"
Groovy Grape
@Grapes(
  @Grab(group='org.ryoframework.core', module='ryo-core-commons', version='1.0.2')
)
Apache Ivy
<dependency org="org.ryoframework.core" name="ryo-core-commons" rev="1.0.2" />
Leiningen
[org.ryoframework.core/ryo-core-commons "1.0.2"]
Apache Buildr
'org.ryoframework.core:ryo-core-commons:jar:1.0.2'