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