is not current version
Last Version 2.13

net.anotheria:parent 2.5

Defines various standards for all Anotheria Maven Projects

Categories

Categories

Net Other General Purpose Libraries
GroupId

GroupId

net.anotheria
ArtifactId

ArtifactId

parent
Version

Version

2.5
Type

Type

pom

Download parent 2.5

Filename Size
parent-2.5.pom 14 KB
Browse

<!-- https://jarcasting.com/artifacts/net.anotheria/parent/ -->
<dependency>
    <groupId>net.anotheria</groupId>
    <artifactId>parent</artifactId>
    <version>2.5</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/net.anotheria/parent/
implementation 'net.anotheria:parent:2.5'
// https://jarcasting.com/artifacts/net.anotheria/parent/
implementation ("net.anotheria:parent:2.5")
'net.anotheria:parent:pom:2.5'
<dependency org="net.anotheria" name="parent" rev="2.5">
  <artifact name="parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='net.anotheria', module='parent', version='2.5')
)
libraryDependencies += "net.anotheria" % "parent" % "2.5"
[net.anotheria/parent "2.5"]