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