| License |
License |
|---|---|
| GroupId | GroupIdcom.commsen.em |
| ArtifactId | ArtifactIdem.augment |
| Version | Version0.2.0 |
| Type | Typejar |
| Description |
DescriptionEM - Augment
A set of rules to augment (enhance with metadata) existing Maven projects
|
| Project Organization |
Project Organization |
| Filename | Size |
|---|---|
| em.augment-0.2.0.pom | |
| em.augment-0.2.0.jar | 2 KB |
| em.augment-0.2.0-sources.jar | 2 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.commsen.em/em.augment/ -->
<dependency>
<groupId>com.commsen.em</groupId>
<artifactId>em.augment</artifactId>
<version>0.2.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.commsen.em/em.augment/
implementation 'com.commsen.em:em.augment:0.2.0'
// https://jarcasting.com/artifacts/com.commsen.em/em.augment/
implementation ("com.commsen.em:em.augment:0.2.0")
'com.commsen.em:em.augment:jar:0.2.0'
<dependency org="com.commsen.em" name="em.augment" rev="0.2.0">
<artifact name="em.augment" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.commsen.em', module='em.augment', version='0.2.0')
)
libraryDependencies += "com.commsen.em" % "em.augment" % "0.2.0"
[com.commsen.em/em.augment "0.2.0"]