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