a

ano-prise

Collection of utils for different enterprise class projects. Among other stuff contains Caches, Mocking, DualCrud, MetaFactory and SessionDistributorService. Visit https://opensource.anotheria.net for details.
Files download
File Operation
ano-prise-2.1.2.jar download
ano-prise-2.1.2.pom download
ano-prise-2.1.2-sources.jar download
Apache Maven
<dependency>
  <groupId>net.anotheria</groupId>
  <artifactId>ano-prise</artifactId>
  <version>2.1.2</version>
</dependency>
Gradle Groovy
implementation 'net.anotheria:ano-prise:2.1.2'
Gradle Kotlin
implementation("net.anotheria:ano-prise:2.1.2")
Scala SBT
libraryDependencies += "net.anotheria" % "ano-prise" % "2.1.2"
Groovy Grape
@Grapes(
  @Grab(group='net.anotheria', module='ano-prise', version='2.1.2')
)
Apache Ivy
<dependency org="net.anotheria" name="ano-prise" rev="2.1.2" />
Leiningen
[net.anotheria/ano-prise "2.1.2"]
Apache Buildr
'net.anotheria:ano-prise:jar:2.1.2'