GroupId | GroupIdorg.jdtaus |
---|---|
ArtifactId | ArtifactIdjdtaus-core |
Version | Version1.9.3 |
Type | Typepom |
Filename | Size |
---|---|
jdtaus-core-1.9.3.pom | 30 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.jdtaus/jdtaus-core/ -->
<dependency>
<groupId>org.jdtaus</groupId>
<artifactId>jdtaus-core</artifactId>
<version>1.9.3</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.jdtaus/jdtaus-core/
implementation 'org.jdtaus:jdtaus-core:1.9.3'
// https://jarcasting.com/artifacts/org.jdtaus/jdtaus-core/
implementation ("org.jdtaus:jdtaus-core:1.9.3")
'org.jdtaus:jdtaus-core:pom:1.9.3'
<dependency org="org.jdtaus" name="jdtaus-core" rev="1.9.3">
<artifact name="jdtaus-core" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.jdtaus', module='jdtaus-core', version='1.9.3')
)
libraryDependencies += "org.jdtaus" % "jdtaus-core" % "1.9.3"
[org.jdtaus/jdtaus-core "1.9.3"]