i

ibversions-maven-plugin

Produce a source artifact that describes the executing artifact
https://github.com/infrastructurebuilder/${project.artifactId}
Files download
File Operation
ibversions-maven-plugin-0.21.0.jar download
ibversions-maven-plugin-0.21.0.pom download
ibversions-maven-plugin-0.21.0-sources.jar download
Apache Maven
<dependency>
  <groupId>org.infrastructurebuilder.maven</groupId>
  <artifactId>ibversions-maven-plugin</artifactId>
  <version>0.21.0</version>
  <type>maven-plugin</type>
</dependency>
Gradle Groovy
implementation 'org.infrastructurebuilder.maven:ibversions-maven-plugin:0.21.0'
Gradle Kotlin
implementation("org.infrastructurebuilder.maven:ibversions-maven-plugin:0.21.0")
Scala SBT
libraryDependencies += "org.infrastructurebuilder.maven" % "ibversions-maven-plugin" % "0.21.0"
Groovy Grape
@Grapes(
  @Grab(group='org.infrastructurebuilder.maven', module='ibversions-maven-plugin', version='0.21.0')
)
Apache Ivy
<dependency org="org.infrastructurebuilder.maven" name="ibversions-maven-plugin" rev="0.21.0" />
Leiningen
[org.infrastructurebuilder.maven/ibversions-maven-plugin "0.21.0"]
Apache Buildr
'org.infrastructurebuilder.maven:ibversions-maven-plugin:jar:0.21.0'