Download ocpp-view-model-0.8.2.jar file - Jar o

Jar examples for o:ocpp-view-model

Description

Open Charge Point Protocol (OCPP. The common parts of the different OCPP specifications are handled here. The SOAP and JSON web socket modules communicate with the core via this module. This module also handles the events sent out by the core.

You can download jar file ocpp-view-model 0.8.2 in this page.

License

The Apache Software License, Version 2.0

Build File

You can use the following script to add ocpp-view-model-0.8.2.jar to your project.

<dependency>
   <groupId>io.motown.ocpp</groupId>
   <artifactId>ocpp-view-model</artifactId>
   <version>0.8.2</version>
</dependency>
compile group: 'io.motown.ocpp', name: 'ocpp-view-model', version: '0.8.2'
libraryDependencies += "io.motown.ocpp" % "ocpp-view-model" % "0.8.2"
<dependency org="io.motown.ocpp" name="ocpp-view-model" rev="0.8.2"/>
@Grapes(@Grab(group='io.motown.ocpp', module='ocpp-view-model', version='0.8.2'))
'io.motown.ocpp:ocpp-view-model:jar:0.8.2'

Download

Click the following link to download the jar file.

ocpp-view-model-0.8.2-javadoc.jar
ocpp-view-model-0.8.2-sources.jar
ocpp-view-model-0.8.2.jar
ocpp-view-model-0.8.2.pom



Related Tutorials