| Категории |
КатегорииAnt Компиляция и сборка |
|---|---|
| Группа | Группаbr.com.anteros |
| Идентификатор | ИдентификаторAnteros-Generator-Core |
| Версия | Версия1.0.3 |
| Тип | Типjar |
| Имя Файла | Размер |
|---|---|
| Anteros-Generator-Core-1.0.3.pom | |
| Anteros-Generator-Core-1.0.3.jar | 35 KB |
| Anteros-Generator-Core-1.0.3-sources.jar | 25 KB |
| Anteros-Generator-Core-1.0.3-javadoc.jar | 108 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/br.com.anteros/Anteros-Generator-Core/ -->
<dependency>
<groupId>br.com.anteros</groupId>
<artifactId>Anteros-Generator-Core</artifactId>
<version>1.0.3</version>
</dependency>
// https://jarcasting.com/artifacts/br.com.anteros/Anteros-Generator-Core/
implementation 'br.com.anteros:Anteros-Generator-Core:1.0.3'
// https://jarcasting.com/artifacts/br.com.anteros/Anteros-Generator-Core/
implementation ("br.com.anteros:Anteros-Generator-Core:1.0.3")
'br.com.anteros:Anteros-Generator-Core:jar:1.0.3'
<dependency org="br.com.anteros" name="Anteros-Generator-Core" rev="1.0.3">
<artifact name="Anteros-Generator-Core" type="jar" />
</dependency>
@Grapes(
@Grab(group='br.com.anteros', module='Anteros-Generator-Core', version='1.0.3')
)
libraryDependencies += "br.com.anteros" % "Anteros-Generator-Core" % "1.0.3"
[br.com.anteros/Anteros-Generator-Core "1.0.3"]