License |
License |
---|---|
GroupId | GroupIdorg.cogchar |
ArtifactId | ArtifactIdorg.cogchar.project.root |
Last Version | Last Version1.1.4 |
Release Date | Release Date |
Type | Typepom |
Description |
Descriptionorg.cogchar.project.root - Root pom, linked to Sonatype repo parent
Project Root Folder pom.xml - includes all code + doc directories when snapped.
|
Project URL |
Project URL |
Filename | Size |
---|---|
org.cogchar.project.root-1.1.4.pom | 3 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.cogchar/org.cogchar.project.root/ -->
<dependency>
<groupId>org.cogchar</groupId>
<artifactId>org.cogchar.project.root</artifactId>
<version>1.1.4</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.cogchar/org.cogchar.project.root/
implementation 'org.cogchar:org.cogchar.project.root:1.1.4'
// https://jarcasting.com/artifacts/org.cogchar/org.cogchar.project.root/
implementation ("org.cogchar:org.cogchar.project.root:1.1.4")
'org.cogchar:org.cogchar.project.root:pom:1.1.4'
<dependency org="org.cogchar" name="org.cogchar.project.root" rev="1.1.4">
<artifact name="org.cogchar.project.root" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.cogchar', module='org.cogchar.project.root', version='1.1.4')
)
libraryDependencies += "org.cogchar" % "org.cogchar.project.root" % "1.1.4"
[org.cogchar/org.cogchar.project.root "1.1.4"]