i

infrastructure

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