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