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