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