i

ibversions-maven-plugin-root

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