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