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