GroupId | GroupIdio.sdsolutions.particle |
---|---|
ArtifactId | ArtifactIdcore |
Version | Version2.6.7 |
Type | Typejar |
Filename | Size |
---|---|
core-2.6.7.pom | |
core-2.6.7.jar | 21 KB |
core-2.6.7-sources.jar | 15 KB |
core-2.6.7-javadoc.jar | 192 KB |
Browse |
<!-- 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"]