e

em.augment

A set of rules to augment (enhance with metadata) existing Maven projects
Files download
File Operation
em.augment-0.2.0.jar download
em.augment-0.2.0.pom download
em.augment-0.2.0-sources.jar download
Apache Maven
<dependency>
  <groupId>com.commsen.em</groupId>
  <artifactId>em.augment</artifactId>
  <version>0.2.0</version>
</dependency>
Gradle Groovy
implementation 'com.commsen.em:em.augment:0.2.0'
Gradle Kotlin
implementation("com.commsen.em:em.augment:0.2.0")
Scala SBT
libraryDependencies += "com.commsen.em" % "em.augment" % "0.2.0"
Groovy Grape
@Grapes(
  @Grab(group='com.commsen.em', module='em.augment', version='0.2.0')
)
Apache Ivy
<dependency org="com.commsen.em" name="em.augment" rev="0.2.0" />
Leiningen
[com.commsen.em/em.augment "0.2.0"]
Apache Buildr
'com.commsen.em:em.augment:jar:0.2.0'