j

jtstand-core

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