cuberact-parent
maven parent pom for cuberact projects
| License |
License |
|---|---|
| GroupId | GroupIdorg.cuberact |
| ArtifactId | ArtifactIdcuberact-parent |
| Last Version | Last Version1.0.2 |
| Release Date | Release Date |
| Type | Typepom |
| Description |
Descriptioncuberact-parent
Cuberact parent pom.
|
| Project URL |
Project URL |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| cuberact-parent-1.0.2.pom | 5 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/org.cuberact/cuberact-parent/ -->
<dependency>
<groupId>org.cuberact</groupId>
<artifactId>cuberact-parent</artifactId>
<version>1.0.2</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.cuberact/cuberact-parent/
implementation 'org.cuberact:cuberact-parent:1.0.2'
// https://jarcasting.com/artifacts/org.cuberact/cuberact-parent/
implementation ("org.cuberact:cuberact-parent:1.0.2")
'org.cuberact:cuberact-parent:pom:1.0.2'
<dependency org="org.cuberact" name="cuberact-parent" rev="1.0.2">
<artifact name="cuberact-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.cuberact', module='cuberact-parent', version='1.0.2')
)
libraryDependencies += "org.cuberact" % "cuberact-parent" % "1.0.2"
[org.cuberact/cuberact-parent "1.0.2"]
maven parent pom for cuberact projects