Files download
File Operation
well-system-1.0.5.pom download
well-system-1.0.5-sources.jar download
Apache Maven
<dependency>
  <groupId>io.github.jimmy-j</groupId>
  <artifactId>well-system</artifactId>
  <version>1.0.5</version>
  <type>aar</type>
</dependency>
Gradle Groovy
implementation 'io.github.jimmy-j:well-system:1.0.5'
Gradle Kotlin
implementation("io.github.jimmy-j:well-system:1.0.5")
Scala SBT
libraryDependencies += "io.github.jimmy-j" % "well-system" % "1.0.5"
Groovy Grape
@Grapes(
  @Grab(group='io.github.jimmy-j', module='well-system', version='1.0.5')
)
Apache Ivy
<dependency org="io.github.jimmy-j" name="well-system" rev="1.0.5" />
Leiningen
[io.github.jimmy-j/well-system "1.0.5"]
Apache Buildr
'io.github.jimmy-j:well-system:jar:1.0.5'