nl.teslanet.mule.transport.coap:mule-coap-commons

Mule CoAP Connector Common classes used by mule-coap-server and mule-coap-client

License

License

Categories

Categories

Net
GroupId

GroupId

nl.teslanet.mule.transport.coap
ArtifactId

ArtifactId

mule-coap-commons
Last Version

Last Version

1.1.0
Release Date

Release Date

Type

Type

jar
Description

Description

nl.teslanet.mule.transport.coap:mule-coap-commons
Mule CoAP Connector Common classes used by mule-coap-server and mule-coap-client
Project URL

Project URL

http://www.teslanet.nl
Source Code Management

Source Code Management

http://github.com/teslanet-nl/mule-coap-commons/tree/master

Download mule-coap-commons

How to add to project

<!-- https://jarcasting.com/artifacts/nl.teslanet.mule.transport.coap/mule-coap-commons/ -->
<dependency>
    <groupId>nl.teslanet.mule.transport.coap</groupId>
    <artifactId>mule-coap-commons</artifactId>
    <version>1.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/nl.teslanet.mule.transport.coap/mule-coap-commons/
implementation 'nl.teslanet.mule.transport.coap:mule-coap-commons:1.1.0'
// https://jarcasting.com/artifacts/nl.teslanet.mule.transport.coap/mule-coap-commons/
implementation ("nl.teslanet.mule.transport.coap:mule-coap-commons:1.1.0")
'nl.teslanet.mule.transport.coap:mule-coap-commons:jar:1.1.0'
<dependency org="nl.teslanet.mule.transport.coap" name="mule-coap-commons" rev="1.1.0">
  <artifact name="mule-coap-commons" type="jar" />
</dependency>
@Grapes(
@Grab(group='nl.teslanet.mule.transport.coap', module='mule-coap-commons', version='1.1.0')
)
libraryDependencies += "nl.teslanet.mule.transport.coap" % "mule-coap-commons" % "1.1.0"
[nl.teslanet.mule.transport.coap/mule-coap-commons "1.1.0"]

Dependencies

compile (2)

Group / Artifact Type Version
org.eclipse.californium : californium-core jar 1.0.7
org.slf4j : slf4j-api jar 1.7.24

test (1)

Group / Artifact Type Version
junit : junit jar 4.12

Project Modules

There are no modules declared in this project.

Mule CoAP connector - Commons

Mule-Coap logo

Mule CoAP connector is an Anypoint Connector implementation of the RFC7252 - Constrained Application Protocol. With it Mule applications become CoAP capable and can communicate with other CoAP capable devices and services, realising Internet of Things solutions (IoT).

The connector uses Californium, a Java CoAP implementation. More information about Californium and CoAP can be found at:

This Java component - the Commons component - is one of three parts of the Mule CoAP package.
The other two being the CoapServer Connector and CoapClient Connector. The Commons component contains java-classes that are common to these two connectors.

Build using Maven

You need to have a working maven installation to build the Mule CoAP Commons component. Then simply run the following from the project's root directory:

$ mvn clean install

Using in Maven Projects

Mule CoAP artifact releases will be published to Maven Central. Usually the Commons component dependency will added through one of the connector pom's and there is no need to add the dependency manually. But if you need for some reason to add it as a library in your projects, add the following dependency to your pom.xml (without the dots):

    <dependency>
            <groupId>nl.teslanet.mule.transport.coap</groupId>
            <artifactId>mule-coap-commons</artifactId>
            <version>1.1.0</version>
    </dependency>
    

Contact

A bug, an idea, an issue? Create an issue on https://github.com/teslanet-nl/mule-coap-commons/issues.

Contributing

Use issues or pull-requests on your fork.

nl.teslanet.mule.transport.coap

Teslanet.nl

Teslanet open source

Versions

Version
1.1.0
1.0.0