| Categories |
CategoriesNet Other General Purpose Libraries |
|---|---|
| GroupId | GroupIdnet.anotheria |
| ArtifactId | ArtifactIddistributeme-registry |
| Version | Version2.3.2 |
| Type | Typewar |
| Filename | Size |
|---|---|
| distributeme-registry-2.3.2.pom | |
| distributeme-registry-2.3.2.war | 23 MB |
| distributeme-registry-2.3.2-sources.jar | 40 KB |
| distributeme-registry-2.3.2-javadoc.jar | 254 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/net.anotheria/distributeme-registry/ -->
<dependency>
<groupId>net.anotheria</groupId>
<artifactId>distributeme-registry</artifactId>
<version>2.3.2</version>
<type>war</type>
</dependency>
// https://jarcasting.com/artifacts/net.anotheria/distributeme-registry/
implementation 'net.anotheria:distributeme-registry:2.3.2'
// https://jarcasting.com/artifacts/net.anotheria/distributeme-registry/
implementation ("net.anotheria:distributeme-registry:2.3.2")
'net.anotheria:distributeme-registry:war:2.3.2'
<dependency org="net.anotheria" name="distributeme-registry" rev="2.3.2">
<artifact name="distributeme-registry" type="war" />
</dependency>
@Grapes(
@Grab(group='net.anotheria', module='distributeme-registry', version='2.3.2')
)
libraryDependencies += "net.anotheria" % "distributeme-registry" % "2.3.2"
[net.anotheria/distributeme-registry "2.3.2"]