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