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