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