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