GroupId | GroupIdpl.symentis.shelly |
---|---|
ArtifactId | ArtifactIdshelly-core |
Version | Version0.1.1 |
Type | Typejar |
Filename | Size |
---|---|
shelly-core-0.1.1.pom | |
shelly-core-0.1.1.jar | 39 KB |
shelly-core-0.1.1-sources.jar | 26 KB |
shelly-core-0.1.1-javadoc.jar | 167 KB |
Browse |
<!-- https://jarcasting.com/artifacts/pl.symentis.shelly/shelly-core/ -->
<dependency>
<groupId>pl.symentis.shelly</groupId>
<artifactId>shelly-core</artifactId>
<version>0.1.1</version>
</dependency>
// https://jarcasting.com/artifacts/pl.symentis.shelly/shelly-core/
implementation 'pl.symentis.shelly:shelly-core:0.1.1'
// https://jarcasting.com/artifacts/pl.symentis.shelly/shelly-core/
implementation ("pl.symentis.shelly:shelly-core:0.1.1")
'pl.symentis.shelly:shelly-core:jar:0.1.1'
<dependency org="pl.symentis.shelly" name="shelly-core" rev="0.1.1">
<artifact name="shelly-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='pl.symentis.shelly', module='shelly-core', version='0.1.1')
)
libraryDependencies += "pl.symentis.shelly" % "shelly-core" % "0.1.1"
[pl.symentis.shelly/shelly-core "0.1.1"]