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