h

hegemon-stdlib

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