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