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