o

other-plug

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