| License |
License |
|---|---|
| GroupId | GroupIdio.github.rocketmix |
| ArtifactId | ArtifactIdrocketmix-parent |
| Last Version | Last Version1.0.42 |
| Release Date | Release Date |
| Type | Typepom |
| Description |
DescriptionRocketMiX Parent Maven Project
RocketMiX Parent Project contains all common stuff we need to build all sub projects
|
| Project URL |
Project URL |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| rocketmix-parent-1.0.42.pom | 7 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/io.github.rocketmix/rocketmix-parent/ -->
<dependency>
<groupId>io.github.rocketmix</groupId>
<artifactId>rocketmix-parent</artifactId>
<version>1.0.42</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/io.github.rocketmix/rocketmix-parent/
implementation 'io.github.rocketmix:rocketmix-parent:1.0.42'
// https://jarcasting.com/artifacts/io.github.rocketmix/rocketmix-parent/
implementation ("io.github.rocketmix:rocketmix-parent:1.0.42")
'io.github.rocketmix:rocketmix-parent:pom:1.0.42'
<dependency org="io.github.rocketmix" name="rocketmix-parent" rev="1.0.42">
<artifact name="rocketmix-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='io.github.rocketmix', module='rocketmix-parent', version='1.0.42')
)
libraryDependencies += "io.github.rocketmix" % "rocketmix-parent" % "1.0.42"
[io.github.rocketmix/rocketmix-parent "1.0.42"]