| Categories |
CategoriesNet Other General Purpose Libraries |
|---|---|
| GroupId | GroupIdnet.anotheria |
| ArtifactId | ArtifactIdano-site-cms |
| Version | Version2.5.1 |
| Type | Typepom |
| Filename | Size |
|---|---|
| ano-site-cms-2.5.1.pom | 2 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/net.anotheria/ano-site-cms/ -->
<dependency>
<groupId>net.anotheria</groupId>
<artifactId>ano-site-cms</artifactId>
<version>2.5.1</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/net.anotheria/ano-site-cms/
implementation 'net.anotheria:ano-site-cms:2.5.1'
// https://jarcasting.com/artifacts/net.anotheria/ano-site-cms/
implementation ("net.anotheria:ano-site-cms:2.5.1")
'net.anotheria:ano-site-cms:pom:2.5.1'
<dependency org="net.anotheria" name="ano-site-cms" rev="2.5.1">
<artifact name="ano-site-cms" type="pom" />
</dependency>
@Grapes(
@Grab(group='net.anotheria', module='ano-site-cms', version='2.5.1')
)
libraryDependencies += "net.anotheria" % "ano-site-cms" % "2.5.1"
[net.anotheria/ano-site-cms "2.5.1"]