j

jdtaus-core

jDTAUS Core provides a common application programming interface for jDTAUS integration with corresponding reference implementations. This is the parent module of the core artifacts.
http://sites.jdtaus.org/jdtaus-core/1.0.x
Files download
File Operation
jdtaus-core-1.8.pom download
Apache Maven
<dependency>
  <groupId>org.jdtaus</groupId>
  <artifactId>jdtaus-core</artifactId>
  <version>1.8</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'org.jdtaus:jdtaus-core:1.8'
Gradle Kotlin
implementation("org.jdtaus:jdtaus-core:1.8")
Scala SBT
libraryDependencies += "org.jdtaus" % "jdtaus-core" % "1.8"
Groovy Grape
@Grapes(
  @Grab(group='org.jdtaus', module='jdtaus-core', version='1.8')
)
Apache Ivy
<dependency org="org.jdtaus" name="jdtaus-core" rev="1.8" />
Leiningen
[org.jdtaus/jdtaus-core "1.8"]
Apache Buildr
'org.jdtaus:jdtaus-core:jar:1.8'