i

infrastructure

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