i

infrastructure

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