Categories |
CategoriesNet Other General Purpose Libraries |
---|---|
GroupId | GroupIdnet.anotheria |
ArtifactId | ArtifactIddistributeme-support |
Version | Version2.3.5 |
Type | Typejar |
Filename | Size |
---|---|
distributeme-support-2.3.5.pom | |
distributeme-support-2.3.5.jar | 74 KB |
distributeme-support-2.3.5-sources.jar | 33 KB |
distributeme-support-2.3.5-javadoc.jar | 153 KB |
Browse |
<!-- https://jarcasting.com/artifacts/net.anotheria/distributeme-support/ -->
<dependency>
<groupId>net.anotheria</groupId>
<artifactId>distributeme-support</artifactId>
<version>2.3.5</version>
</dependency>
// https://jarcasting.com/artifacts/net.anotheria/distributeme-support/
implementation 'net.anotheria:distributeme-support:2.3.5'
// https://jarcasting.com/artifacts/net.anotheria/distributeme-support/
implementation ("net.anotheria:distributeme-support:2.3.5")
'net.anotheria:distributeme-support:jar:2.3.5'
<dependency org="net.anotheria" name="distributeme-support" rev="2.3.5">
<artifact name="distributeme-support" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.anotheria', module='distributeme-support', version='2.3.5')
)
libraryDependencies += "net.anotheria" % "distributeme-support" % "2.3.5"
[net.anotheria/distributeme-support "2.3.5"]