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