c

customplugin

plugin
Files download
File Operation
customplugin-0.0.1.jar download
customplugin-0.0.1.pom download
Apache Maven
<dependency>
  <groupId>com.github.simplehych</groupId>
  <artifactId>customplugin</artifactId>
  <version>0.0.1</version>
</dependency>
Gradle Groovy
implementation 'com.github.simplehych:customplugin:0.0.1'
Gradle Kotlin
implementation("com.github.simplehych:customplugin:0.0.1")
Scala SBT
libraryDependencies += "com.github.simplehych" % "customplugin" % "0.0.1"
Groovy Grape
@Grapes(
  @Grab(group='com.github.simplehych', module='customplugin', version='0.0.1')
)
Apache Ivy
<dependency org="com.github.simplehych" name="customplugin" rev="0.0.1" />
Leiningen
[com.github.simplehych/customplugin "0.0.1"]
Apache Buildr
'com.github.simplehych:customplugin:jar:0.0.1'
Dependencies
The project has no third-party dependencies