| Категории |
КатегорииMaven Компиляция и сборка Dex Универсальные библиотеки Utility |
|---|---|
| Группа | Группаcom.ecsteam.cloudfoundry |
| Идентификатор | Идентификаторmaven-indexer |
| Версия | Версия1.0.1.RELEASE |
| Тип | Типjar |
| Имя Файла | Размер |
|---|---|
| maven-indexer-1.0.1.RELEASE.pom | |
| maven-indexer-1.0.1.RELEASE.jar | 7 KB |
| maven-indexer-1.0.1.RELEASE-sources.jar | 4 KB |
| maven-indexer-1.0.1.RELEASE-javadoc.jar | 32 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/com.ecsteam.cloudfoundry/maven-indexer/ -->
<dependency>
<groupId>com.ecsteam.cloudfoundry</groupId>
<artifactId>maven-indexer</artifactId>
<version>1.0.1.RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/com.ecsteam.cloudfoundry/maven-indexer/
implementation 'com.ecsteam.cloudfoundry:maven-indexer:1.0.1.RELEASE'
// https://jarcasting.com/artifacts/com.ecsteam.cloudfoundry/maven-indexer/
implementation ("com.ecsteam.cloudfoundry:maven-indexer:1.0.1.RELEASE")
'com.ecsteam.cloudfoundry:maven-indexer:jar:1.0.1.RELEASE'
<dependency org="com.ecsteam.cloudfoundry" name="maven-indexer" rev="1.0.1.RELEASE">
<artifact name="maven-indexer" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.ecsteam.cloudfoundry', module='maven-indexer', version='1.0.1.RELEASE')
)
libraryDependencies += "com.ecsteam.cloudfoundry" % "maven-indexer" % "1.0.1.RELEASE"
[com.ecsteam.cloudfoundry/maven-indexer "1.0.1.RELEASE"]