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