is not current version
Last Version 2.7.0

io.sdsolutions.particle:core 2.6.7

Common Components and Configuration for the Particle Framework.

GroupId

GroupId

io.sdsolutions.particle
ArtifactId

ArtifactId

core
Version

Version

2.6.7
Type

Type

jar

Download core 2.6.7


<!-- https://jarcasting.com/artifacts/io.sdsolutions.particle/core/ -->
<dependency>
    <groupId>io.sdsolutions.particle</groupId>
    <artifactId>core</artifactId>
    <version>2.6.7</version>
</dependency>
// https://jarcasting.com/artifacts/io.sdsolutions.particle/core/
implementation 'io.sdsolutions.particle:core:2.6.7'
// https://jarcasting.com/artifacts/io.sdsolutions.particle/core/
implementation ("io.sdsolutions.particle:core:2.6.7")
'io.sdsolutions.particle:core:jar:2.6.7'
<dependency org="io.sdsolutions.particle" name="core" rev="2.6.7">
  <artifact name="core" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.sdsolutions.particle', module='core', version='2.6.7')
)
libraryDependencies += "io.sdsolutions.particle" % "core" % "2.6.7"
[io.sdsolutions.particle/core "2.6.7"]