o

other-plug

other-plug
Files download
File Operation
other-plug-1.1.jar download
other-plug-1.1.pom download
other-plug-1.1-sources.jar download
Apache Maven
<dependency>
  <groupId>cn.ezeyc</groupId>
  <artifactId>other-plug</artifactId>
  <version>1.1</version>
</dependency>
Gradle Groovy
implementation 'cn.ezeyc:other-plug:1.1'
Gradle Kotlin
implementation("cn.ezeyc:other-plug:1.1")
Scala SBT
libraryDependencies += "cn.ezeyc" % "other-plug" % "1.1"
Groovy Grape
@Grapes(
  @Grab(group='cn.ezeyc', module='other-plug', version='1.1')
)
Apache Ivy
<dependency org="cn.ezeyc" name="other-plug" rev="1.1" />
Leiningen
[cn.ezeyc/other-plug "1.1"]
Apache Buildr
'cn.ezeyc:other-plug:jar:1.1'