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