i

infrastructure

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