GroupId | GroupIdbr.eti.clairton |
---|---|
ArtifactId | ArtifactIdds-test |
Version | Version0.4.0 |
Type | Typejar |
Filename | Size |
---|---|
ds-test-0.4.0.pom | |
ds-test-0.4.0.jar | 10 KB |
ds-test-0.4.0-sources.jar | 4 KB |
ds-test-0.4.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>0.4.0</version>
</dependency>
// https://jarcasting.com/artifacts/br.eti.clairton/ds-test/
implementation 'br.eti.clairton:ds-test:0.4.0'
// https://jarcasting.com/artifacts/br.eti.clairton/ds-test/
implementation ("br.eti.clairton:ds-test:0.4.0")
'br.eti.clairton:ds-test:jar:0.4.0'
<dependency org="br.eti.clairton" name="ds-test" rev="0.4.0">
<artifact name="ds-test" type="jar" />
</dependency>
@Grapes(
@Grab(group='br.eti.clairton', module='ds-test', version='0.4.0')
)
libraryDependencies += "br.eti.clairton" % "ds-test" % "0.4.0"
[br.eti.clairton/ds-test "0.4.0"]