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