r

repoexpress-parent

Storage Repository Pattern for MongoDB, Voldemort, Cassandra, etc.
https://github.com/RestExpress/RepoExpress
The Apache Software License, Version 2.0
Todd Fredrich
Files download
File Operation
repoexpress-parent-0.4.8.pom download
Apache Maven
<dependency>
  <groupId>com.strategicgains.repoexpress</groupId>
  <artifactId>repoexpress-parent</artifactId>
  <version>0.4.8</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'com.strategicgains.repoexpress:repoexpress-parent:0.4.8'
Gradle Kotlin
implementation("com.strategicgains.repoexpress:repoexpress-parent:0.4.8")
Scala SBT
libraryDependencies += "com.strategicgains.repoexpress" % "repoexpress-parent" % "0.4.8"
Groovy Grape
@Grapes(
  @Grab(group='com.strategicgains.repoexpress', module='repoexpress-parent', version='0.4.8')
)
Apache Ivy
<dependency org="com.strategicgains.repoexpress" name="repoexpress-parent" rev="0.4.8" />
Leiningen
[com.strategicgains.repoexpress/repoexpress-parent "0.4.8"]
Apache Buildr
'com.strategicgains.repoexpress:repoexpress-parent:jar:0.4.8'