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