Categories |
CategoriesAnt Build Tools Data |
---|---|
GroupId | GroupIdno.antares |
ArtifactId | ArtifactIdtest.data-control |
Version | Version0.5 |
Type | Typejar |
Filename | Size |
---|---|
test.data-control-0.5.pom | |
test.data-control-0.5.jar | 67 KB |
test.data-control-0.5-sources.jar | 15 KB |
test.data-control-0.5-dist.zip | 96 KB |
Browse |
<!-- https://jarcasting.com/artifacts/no.antares/test.data-control/ -->
<dependency>
<groupId>no.antares</groupId>
<artifactId>test.data-control</artifactId>
<version>0.5</version>
</dependency>
// https://jarcasting.com/artifacts/no.antares/test.data-control/
implementation 'no.antares:test.data-control:0.5'
// https://jarcasting.com/artifacts/no.antares/test.data-control/
implementation ("no.antares:test.data-control:0.5")
'no.antares:test.data-control:jar:0.5'
<dependency org="no.antares" name="test.data-control" rev="0.5">
<artifact name="test.data-control" type="jar" />
</dependency>
@Grapes(
@Grab(group='no.antares', module='test.data-control', version='0.5')
)
libraryDependencies += "no.antares" % "test.data-control" % "0.5"
[no.antares/test.data-control "0.5"]