License |
License |
---|---|
GroupId | GroupIdio.sdsolutions.particle |
ArtifactId | ArtifactIdparent |
Last Version | Last Version2.7.0 |
Release Date | Release Date |
Type | Typepom |
Description |
Descriptionparticle-parent
Parent POM for the Particle Framework that includes all of its components.
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
parent-2.7.0.pom | 5 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.sdsolutions.particle/parent/ -->
<dependency>
<groupId>io.sdsolutions.particle</groupId>
<artifactId>parent</artifactId>
<version>2.7.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/io.sdsolutions.particle/parent/
implementation 'io.sdsolutions.particle:parent:2.7.0'
// https://jarcasting.com/artifacts/io.sdsolutions.particle/parent/
implementation ("io.sdsolutions.particle:parent:2.7.0")
'io.sdsolutions.particle:parent:pom:2.7.0'
<dependency org="io.sdsolutions.particle" name="parent" rev="2.7.0">
<artifact name="parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='io.sdsolutions.particle', module='parent', version='2.7.0')
)
libraryDependencies += "io.sdsolutions.particle" % "parent" % "2.7.0"
[io.sdsolutions.particle/parent "2.7.0"]