Categories |
CategoriesNet Other General Purpose Libraries |
---|---|
GroupId | GroupIdnet.anotheria |
ArtifactId | ArtifactIddistributeme-test |
Version | Version2.1.2 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/net.anotheria/distributeme-test/ -->
<dependency>
<groupId>net.anotheria</groupId>
<artifactId>distributeme-test</artifactId>
<version>2.1.2</version>
</dependency>
// https://jarcasting.com/artifacts/net.anotheria/distributeme-test/
implementation 'net.anotheria:distributeme-test:2.1.2'
// https://jarcasting.com/artifacts/net.anotheria/distributeme-test/
implementation ("net.anotheria:distributeme-test:2.1.2")
'net.anotheria:distributeme-test:jar:2.1.2'
<dependency org="net.anotheria" name="distributeme-test" rev="2.1.2">
<artifact name="distributeme-test" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.anotheria', module='distributeme-test', version='2.1.2')
)
libraryDependencies += "net.anotheria" % "distributeme-test" % "2.1.2"
[net.anotheria/distributeme-test "2.1.2"]