GroupId | GroupIdbr.eti.clairton |
---|---|
ArtifactId | ArtifactIdmigrator-rest |
Version | Version1.0.0 |
Type | Typejar |
Filename | Size |
---|---|
migrator-rest-1.0.0.pom | |
migrator-rest-1.0.0.jar | 17 KB |
migrator-rest-1.0.0-sources.jar | 7 KB |
migrator-rest-1.0.0-javadoc.jar | 51 KB |
Browse |
<!-- https://jarcasting.com/artifacts/br.eti.clairton/migrator-rest/ -->
<dependency>
<groupId>br.eti.clairton</groupId>
<artifactId>migrator-rest</artifactId>
<version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/br.eti.clairton/migrator-rest/
implementation 'br.eti.clairton:migrator-rest:1.0.0'
// https://jarcasting.com/artifacts/br.eti.clairton/migrator-rest/
implementation ("br.eti.clairton:migrator-rest:1.0.0")
'br.eti.clairton:migrator-rest:jar:1.0.0'
<dependency org="br.eti.clairton" name="migrator-rest" rev="1.0.0">
<artifact name="migrator-rest" type="jar" />
</dependency>
@Grapes(
@Grab(group='br.eti.clairton', module='migrator-rest', version='1.0.0')
)
libraryDependencies += "br.eti.clairton" % "migrator-rest" % "1.0.0"
[br.eti.clairton/migrator-rest "1.0.0"]