m

method-runner-maven-plugin

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