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