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