License |
License |
---|---|
GroupId | GroupIdcom.envisioniot |
ArtifactId | ArtifactIdenos-http |
Last Version | Last Version0.2.1 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionEnOS IoT SDK for HTTP
EnOS Device SDK For Java (HTTP)
|
Project URL |
Project URL |
Filename | Size |
---|---|
enos-http-0.2.1.pom | |
enos-http-0.2.1.jar | 34 KB |
enos-http-0.2.1-sources.jar | 15 KB |
enos-http-0.2.1-javadoc.jar | 134 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.envisioniot/enos-http/ -->
<dependency>
<groupId>com.envisioniot</groupId>
<artifactId>enos-http</artifactId>
<version>0.2.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.envisioniot/enos-http/
implementation 'com.envisioniot:enos-http:0.2.1'
// https://jarcasting.com/artifacts/com.envisioniot/enos-http/
implementation ("com.envisioniot:enos-http:0.2.1")
'com.envisioniot:enos-http:jar:0.2.1'
<dependency org="com.envisioniot" name="enos-http" rev="0.2.1">
<artifact name="enos-http" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.envisioniot', module='enos-http', version='0.2.1')
)
libraryDependencies += "com.envisioniot" % "enos-http" % "0.2.1"
[com.envisioniot/enos-http "0.2.1"]
Group / Artifact | Type | Version |
---|---|---|
com.envisioniot : enos-core | jar | 0.2.2 |
com.squareup.okhttp3 : okhttp | jar | 4.9.0 |
Group / Artifact | Type | Version |
---|---|---|
org.springframework.boot : spring-boot-starter-test | jar | 2.2.0.RELEASE |
junit : junit | jar | 4.12 |