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