License |
License |
---|---|
GroupId | GroupIdorg.openmuc |
ArtifactId | ArtifactIdjsml |
Last Version | Last Version1.1.2 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionjSML
jSML is a library that can be used to communicate using the Smart Message Language (SML).
|
Project URL |
Project URL |
Filename | Size |
---|---|
jsml-1.1.2.pom | |
jsml-1.1.2.jar | 85 KB |
jsml-1.1.2-sources.jar | 78 KB |
jsml-1.1.2-javadoc.jar | 220 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.openmuc/jsml/ -->
<dependency>
<groupId>org.openmuc</groupId>
<artifactId>jsml</artifactId>
<version>1.1.2</version>
</dependency>
// https://jarcasting.com/artifacts/org.openmuc/jsml/
implementation 'org.openmuc:jsml:1.1.2'
// https://jarcasting.com/artifacts/org.openmuc/jsml/
implementation ("org.openmuc:jsml:1.1.2")
'org.openmuc:jsml:jar:1.1.2'
<dependency org="org.openmuc" name="jsml" rev="1.1.2">
<artifact name="jsml" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.openmuc', module='jsml', version='1.1.2')
)
libraryDependencies += "org.openmuc" % "jsml" % "1.1.2"
[org.openmuc/jsml "1.1.2"]
Group / Artifact | Type | Version |
---|---|---|
org.openmuc : jrxtx | jar | 1.0.1 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.12 |
org.mockito : mockito-core | jar | 1.10.19 |
org.powermock : powermock-api-mockito | jar | 1.6.6 |
org.powermock : powermock-module-junit4 | jar | 1.6.6 |