i

infrastructure

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