| License |
License |
|---|---|
| GroupId | GroupIdcom.emnify.sdk |
| ArtifactId | ArtifactIdemnify |
| Version | Version1.0.0 |
| Type | Typejar |
| Description |
DescriptionEMnify SDK
The EMnify Java SDK module holds the client classes that are used for communicating with EMnify REST API
|
| Project Organization |
Project Organization |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| emnify-1.0.0.pom | |
| emnify-1.0.0.jar | 27 KB |
| emnify-1.0.0-sources.jar | 19 KB |
| emnify-1.0.0-javadoc.jar | 536 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.emnify.sdk/emnify/ -->
<dependency>
<groupId>com.emnify.sdk</groupId>
<artifactId>emnify</artifactId>
<version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.emnify.sdk/emnify/
implementation 'com.emnify.sdk:emnify:1.0.0'
// https://jarcasting.com/artifacts/com.emnify.sdk/emnify/
implementation ("com.emnify.sdk:emnify:1.0.0")
'com.emnify.sdk:emnify:jar:1.0.0'
<dependency org="com.emnify.sdk" name="emnify" rev="1.0.0">
<artifact name="emnify" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.emnify.sdk', module='emnify', version='1.0.0')
)
libraryDependencies += "com.emnify.sdk" % "emnify" % "1.0.0"
[com.emnify.sdk/emnify "1.0.0"]
| Group / Artifact | Type | Version |
|---|---|---|
| com.emnify.sdk : emnify-api Optional | jar | 1.0.0 |
| org.apache.commons : commons-lang3 | jar | 3.12.0 |
| com.auth0 : java-jwt | jar | 3.18.1 |
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar | 4.13.2 |
| org.mockito : mockito-core | jar | 3.11.2 |
| org.mockito : mockito-inline | jar | 3.11.2 |
| org.powermock : powermock-module-junit4 | jar | 2.0.9 |
| org.powermock : powermock-api-mockito2 | jar | 2.0.9 |