i

infrastructure

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