| License |
License
Apache License, Version 2.0
|
|---|---|
| GroupId | GroupIdorg.hedspc |
| ArtifactId | ArtifactIdorg.hedspc.project.root |
| Version | Version1.5.0 |
| Type | Typepom |
| Description |
Descriptionorg.hedspc.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.hedspc.project.root-1.5.0.pom | 4 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/org.hedspc/org.hedspc.project.root/ -->
<dependency>
<groupId>org.hedspc</groupId>
<artifactId>org.hedspc.project.root</artifactId>
<version>1.5.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.hedspc/org.hedspc.project.root/
implementation 'org.hedspc:org.hedspc.project.root:1.5.0'
// https://jarcasting.com/artifacts/org.hedspc/org.hedspc.project.root/
implementation ("org.hedspc:org.hedspc.project.root:1.5.0")
'org.hedspc:org.hedspc.project.root:pom:1.5.0'
<dependency org="org.hedspc" name="org.hedspc.project.root" rev="1.5.0">
<artifact name="org.hedspc.project.root" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.hedspc', module='org.hedspc.project.root', version='1.5.0')
)
libraryDependencies += "org.hedspc" % "org.hedspc.project.root" % "1.5.0"
[org.hedspc/org.hedspc.project.root "1.5.0"]