License |
License |
---|---|
GroupId | GroupIdorg.simplericity |
ArtifactId | ArtifactIdsimplericity |
Last Version | Last Version1.5 |
Release Date | Release Date |
Type | Typepom |
Description |
DescriptionSimplericity parent pom
Parent pom for the Simplericity tools and libraries
|
Filename | Size |
---|---|
simplericity-1.5.pom | 5 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.simplericity/simplericity/ -->
<dependency>
<groupId>org.simplericity</groupId>
<artifactId>simplericity</artifactId>
<version>1.5</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.simplericity/simplericity/
implementation 'org.simplericity:simplericity:1.5'
// https://jarcasting.com/artifacts/org.simplericity/simplericity/
implementation ("org.simplericity:simplericity:1.5")
'org.simplericity:simplericity:pom:1.5'
<dependency org="org.simplericity" name="simplericity" rev="1.5">
<artifact name="simplericity" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.simplericity', module='simplericity', version='1.5')
)
libraryDependencies += "org.simplericity" % "simplericity" % "1.5"
[org.simplericity/simplericity "1.5"]