| License | 
                License | 
        
|---|---|
| GroupId | GroupIdpl.symentis.shelly | 
    
| ArtifactId | ArtifactIdshelly-api | 
    
| Last Version | Last Version0.1.3 | 
        
| Release Date | Release Date | 
        
| Type | Typejar | 
    
| Description | 
            DescriptionAn "application server" to build console and REPL application 
         | 
    
| Filename | Size | 
|---|---|
| shelly-api-0.1.3.pom | |
| shelly-api-0.1.3.jar | 5 KB | 
| shelly-api-0.1.3-sources.jar | 8 KB | 
| shelly-api-0.1.3-javadoc.jar | 76 KB | 
| Browse | 
<!-- https://jarcasting.com/artifacts/pl.symentis.shelly/shelly-api/ -->
<dependency>
    <groupId>pl.symentis.shelly</groupId>
    <artifactId>shelly-api</artifactId>
    <version>0.1.3</version>
</dependency>
                // https://jarcasting.com/artifacts/pl.symentis.shelly/shelly-api/
implementation 'pl.symentis.shelly:shelly-api:0.1.3'
                // https://jarcasting.com/artifacts/pl.symentis.shelly/shelly-api/
implementation ("pl.symentis.shelly:shelly-api:0.1.3")
                'pl.symentis.shelly:shelly-api:jar:0.1.3'
                <dependency org="pl.symentis.shelly" name="shelly-api" rev="0.1.3">
  <artifact name="shelly-api" type="jar" />
</dependency>
                @Grapes(
@Grab(group='pl.symentis.shelly', module='shelly-api', version='0.1.3')
)
                libraryDependencies += "pl.symentis.shelly" % "shelly-api" % "0.1.3"
                [pl.symentis.shelly/shelly-api "0.1.3"]