Categories |
CategoriesMaven Build Tools Net |
---|---|
GroupId | GroupIdnet.trajano.maven.doxia |
ArtifactId | ArtifactIddoxia-integration-tools |
Version | Version2.0.0 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/net.trajano.maven.doxia/doxia-integration-tools/ -->
<dependency>
<groupId>net.trajano.maven.doxia</groupId>
<artifactId>doxia-integration-tools</artifactId>
<version>2.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/net.trajano.maven.doxia/doxia-integration-tools/
implementation 'net.trajano.maven.doxia:doxia-integration-tools:2.0.0'
// https://jarcasting.com/artifacts/net.trajano.maven.doxia/doxia-integration-tools/
implementation ("net.trajano.maven.doxia:doxia-integration-tools:2.0.0")
'net.trajano.maven.doxia:doxia-integration-tools:jar:2.0.0'
<dependency org="net.trajano.maven.doxia" name="doxia-integration-tools" rev="2.0.0">
<artifact name="doxia-integration-tools" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.trajano.maven.doxia', module='doxia-integration-tools', version='2.0.0')
)
libraryDependencies += "net.trajano.maven.doxia" % "doxia-integration-tools" % "2.0.0"
[net.trajano.maven.doxia/doxia-integration-tools "2.0.0"]