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