i

infrastructure

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