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