is not current version
Last Version 0.2.0

com.commsen.em:em.augment 0.1.0

A set of rules to augment (enhance with metadata) existing Maven projects

GroupId

GroupId

com.commsen.em
ArtifactId

ArtifactId

em.augment
Version

Version

0.1.0
Type

Type

jar

Download em.augment 0.1.0


<!-- https://jarcasting.com/artifacts/com.commsen.em/em.augment/ -->
<dependency>
    <groupId>com.commsen.em</groupId>
    <artifactId>em.augment</artifactId>
    <version>0.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.commsen.em/em.augment/
implementation 'com.commsen.em:em.augment:0.1.0'
// https://jarcasting.com/artifacts/com.commsen.em/em.augment/
implementation ("com.commsen.em:em.augment:0.1.0")
'com.commsen.em:em.augment:jar:0.1.0'
<dependency org="com.commsen.em" name="em.augment" rev="0.1.0">
  <artifact name="em.augment" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.commsen.em', module='em.augment', version='0.1.0')
)
libraryDependencies += "com.commsen.em" % "em.augment" % "0.1.0"
[com.commsen.em/em.augment "0.1.0"]