| Категории |
КатегорииКомпиляция и сборка |
|---|---|
| Группа | Группаedu.amherst.acdc |
| Идентификатор | Идентификаторacrepo-build-tools |
| Версия | Версия0.0.3 |
| Тип | Типjar |
| Имя Файла | Размер |
|---|---|
| acrepo-build-tools-0.0.3.pom | |
| acrepo-build-tools-0.0.3.jar | 2 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/edu.amherst.acdc/acrepo-build-tools/ -->
<dependency>
<groupId>edu.amherst.acdc</groupId>
<artifactId>acrepo-build-tools</artifactId>
<version>0.0.3</version>
</dependency>
// https://jarcasting.com/artifacts/edu.amherst.acdc/acrepo-build-tools/
implementation 'edu.amherst.acdc:acrepo-build-tools:0.0.3'
// https://jarcasting.com/artifacts/edu.amherst.acdc/acrepo-build-tools/
implementation ("edu.amherst.acdc:acrepo-build-tools:0.0.3")
'edu.amherst.acdc:acrepo-build-tools:jar:0.0.3'
<dependency org="edu.amherst.acdc" name="acrepo-build-tools" rev="0.0.3">
<artifact name="acrepo-build-tools" type="jar" />
</dependency>
@Grapes(
@Grab(group='edu.amherst.acdc', module='acrepo-build-tools', version='0.0.3')
)
libraryDependencies += "edu.amherst.acdc" % "acrepo-build-tools" % "0.0.3"
[edu.amherst.acdc/acrepo-build-tools "0.0.3"]