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