i

infrastructure

文件下载
文件名 操作
infrastructure-0.3.0.jar 下载
infrastructure-0.3.0.pom 下载
infrastructure-0.3.0-sources.jar 下载
Apache Maven
<dependency>
  <groupId>co.com.sofka</groupId>
  <artifactId>infrastructure</artifactId>
  <version>0.3.0</version>
</dependency>
Gradle Groovy
implementation 'co.com.sofka:infrastructure:0.3.0'
Gradle Kotlin
implementation("co.com.sofka:infrastructure:0.3.0")
Scala SBT
libraryDependencies += "co.com.sofka" % "infrastructure" % "0.3.0"
Groovy Grape
@Grapes(
  @Grab(group='co.com.sofka', module='infrastructure', version='0.3.0')
)
Apache Ivy
<dependency org="co.com.sofka" name="infrastructure" rev="0.3.0" />
Leiningen
[co.com.sofka/infrastructure "0.3.0"]
Apache Buildr
'co.com.sofka:infrastructure:jar:0.3.0'