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