i

infrastructure

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