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