| Группа | Группаbr.eti.clairton |
|---|---|
| Идентификатор | Идентификаторmigrator-rest |
| Версия | Версия1.1.0 |
| Тип | Типjar |
| Имя Файла | Размер |
|---|---|
| migrator-rest-1.1.0.pom | |
| migrator-rest-1.1.0.jar | 17 KB |
| migrator-rest-1.1.0-sources.jar | 7 KB |
| migrator-rest-1.1.0-javadoc.jar | 51 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/br.eti.clairton/migrator-rest/ -->
<dependency>
<groupId>br.eti.clairton</groupId>
<artifactId>migrator-rest</artifactId>
<version>1.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/br.eti.clairton/migrator-rest/
implementation 'br.eti.clairton:migrator-rest:1.1.0'
// https://jarcasting.com/artifacts/br.eti.clairton/migrator-rest/
implementation ("br.eti.clairton:migrator-rest:1.1.0")
'br.eti.clairton:migrator-rest:jar:1.1.0'
<dependency org="br.eti.clairton" name="migrator-rest" rev="1.1.0">
<artifact name="migrator-rest" type="jar" />
</dependency>
@Grapes(
@Grab(group='br.eti.clairton', module='migrator-rest', version='1.1.0')
)
libraryDependencies += "br.eti.clairton" % "migrator-rest" % "1.1.0"
[br.eti.clairton/migrator-rest "1.1.0"]