Categories |
CategoriesMaven Build Tools Dex General Purpose Libraries Utility |
---|---|
GroupId | GroupIdcom.ecsteam.cloudfoundry |
ArtifactId | ArtifactIdmaven-indexer |
Version | Version1.0.0.RELEASE |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.ecsteam.cloudfoundry/maven-indexer/ -->
<dependency>
<groupId>com.ecsteam.cloudfoundry</groupId>
<artifactId>maven-indexer</artifactId>
<version>1.0.0.RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/com.ecsteam.cloudfoundry/maven-indexer/
implementation 'com.ecsteam.cloudfoundry:maven-indexer:1.0.0.RELEASE'
// https://jarcasting.com/artifacts/com.ecsteam.cloudfoundry/maven-indexer/
implementation ("com.ecsteam.cloudfoundry:maven-indexer:1.0.0.RELEASE")
'com.ecsteam.cloudfoundry:maven-indexer:jar:1.0.0.RELEASE'
<dependency org="com.ecsteam.cloudfoundry" name="maven-indexer" rev="1.0.0.RELEASE">
<artifact name="maven-indexer" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.ecsteam.cloudfoundry', module='maven-indexer', version='1.0.0.RELEASE')
)
libraryDependencies += "com.ecsteam.cloudfoundry" % "maven-indexer" % "1.0.0.RELEASE"
[com.ecsteam.cloudfoundry/maven-indexer "1.0.0.RELEASE"]