c

commons-user-repository

commons user repository
Files download
File Operation
commons-user-repository-1.0.1.jar download
commons-user-repository-1.0.1.pom download
commons-user-repository-1.0.1-sources.jar download
Apache Maven
<dependency>
  <groupId>org.oxerr.commons</groupId>
  <artifactId>commons-user-repository</artifactId>
  <version>1.0.1</version>
</dependency>
Gradle Groovy
implementation 'org.oxerr.commons:commons-user-repository:1.0.1'
Gradle Kotlin
implementation("org.oxerr.commons:commons-user-repository:1.0.1")
Scala SBT
libraryDependencies += "org.oxerr.commons" % "commons-user-repository" % "1.0.1"
Groovy Grape
@Grapes(
  @Grab(group='org.oxerr.commons', module='commons-user-repository', version='1.0.1')
)
Apache Ivy
<dependency org="org.oxerr.commons" name="commons-user-repository" rev="1.0.1" />
Leiningen
[org.oxerr.commons/commons-user-repository "1.0.1"]
Apache Buildr
'org.oxerr.commons:commons-user-repository:jar:1.0.1'