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