| Categories |
CategoriesMaven Build Tools |
|---|---|
| GroupId | GroupIdtop.marchand.xml.maven |
| ArtifactId | ArtifactIdmaven-artifact-resolver-utils |
| Version | Version1.0.0 |
| Type | Typejar |
<!-- https://jarcasting.com/artifacts/top.marchand.xml.maven/maven-artifact-resolver-utils/ -->
<dependency>
<groupId>top.marchand.xml.maven</groupId>
<artifactId>maven-artifact-resolver-utils</artifactId>
<version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/top.marchand.xml.maven/maven-artifact-resolver-utils/
implementation 'top.marchand.xml.maven:maven-artifact-resolver-utils:1.0.0'
// https://jarcasting.com/artifacts/top.marchand.xml.maven/maven-artifact-resolver-utils/
implementation ("top.marchand.xml.maven:maven-artifact-resolver-utils:1.0.0")
'top.marchand.xml.maven:maven-artifact-resolver-utils:jar:1.0.0'
<dependency org="top.marchand.xml.maven" name="maven-artifact-resolver-utils" rev="1.0.0">
<artifact name="maven-artifact-resolver-utils" type="jar" />
</dependency>
@Grapes(
@Grab(group='top.marchand.xml.maven', module='maven-artifact-resolver-utils', version='1.0.0')
)
libraryDependencies += "top.marchand.xml.maven" % "maven-artifact-resolver-utils" % "1.0.0"
[top.marchand.xml.maven/maven-artifact-resolver-utils "1.0.0"]