License |
License |
---|---|
Categories |
CategoriesMaven Build Tools |
GroupId | GroupIdli.rudin.mavenjs |
ArtifactId | ArtifactIdaugment |
Last Version | Last Version4.0.1 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionSonatype helps open source projects to set up Maven repositories on https://oss.sonatype.org/
|
Filename | Size |
---|---|
augment-4.0.1.pom | |
augment-4.0.1.jar | 2 KB |
Browse |
<!-- https://jarcasting.com/artifacts/li.rudin.mavenjs/augment/ -->
<dependency>
<groupId>li.rudin.mavenjs</groupId>
<artifactId>augment</artifactId>
<version>4.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/li.rudin.mavenjs/augment/
implementation 'li.rudin.mavenjs:augment:4.0.1'
// https://jarcasting.com/artifacts/li.rudin.mavenjs/augment/
implementation ("li.rudin.mavenjs:augment:4.0.1")
'li.rudin.mavenjs:augment:jar:4.0.1'
<dependency org="li.rudin.mavenjs" name="augment" rev="4.0.1">
<artifact name="augment" type="jar" />
</dependency>
@Grapes(
@Grab(group='li.rudin.mavenjs', module='augment', version='4.0.1')
)
libraryDependencies += "li.rudin.mavenjs" % "augment" % "4.0.1"
[li.rudin.mavenjs/augment "4.0.1"]