License |
License |
---|---|
Categories |
CategoriesJava Languages |
GroupId | GroupIdio.github.sureshnath |
ArtifactId | ArtifactIdparent-pom-oss-java |
Version | Version1.0-snapshot |
Type | Typepom |
Description |
DescriptionSuresh Jaganathan's Parent POM for Java Libraries
The common parent POM of Suresh Jaganathan's Java libraries.
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
parent-pom-oss-java-1.0-snapshot.pom | 8 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.github.sureshnath/parent-pom-oss-java/ -->
<dependency>
<groupId>io.github.sureshnath</groupId>
<artifactId>parent-pom-oss-java</artifactId>
<version>1.0-snapshot</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/io.github.sureshnath/parent-pom-oss-java/
implementation 'io.github.sureshnath:parent-pom-oss-java:1.0-snapshot'
// https://jarcasting.com/artifacts/io.github.sureshnath/parent-pom-oss-java/
implementation ("io.github.sureshnath:parent-pom-oss-java:1.0-snapshot")
'io.github.sureshnath:parent-pom-oss-java:pom:1.0-snapshot'
<dependency org="io.github.sureshnath" name="parent-pom-oss-java" rev="1.0-snapshot">
<artifact name="parent-pom-oss-java" type="pom" />
</dependency>
@Grapes(
@Grab(group='io.github.sureshnath', module='parent-pom-oss-java', version='1.0-snapshot')
)
libraryDependencies += "io.github.sureshnath" % "parent-pom-oss-java" % "1.0-snapshot"
[io.github.sureshnath/parent-pom-oss-java "1.0-snapshot"]