License |
License |
---|---|
GroupId | GroupIdeu.chargetime.ocpp |
ArtifactId | ArtifactIdcommon |
Last Version | Last Version1.0 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionJava-OCA-OCPP common
Implementation of Open Charge-Point Protocol common library.
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
common-1.0.pom | |
common-1.0.jar | 67 KB |
common-1.0-sources.jar | 79 KB |
common-1.0-javadoc.jar | 357 KB |
Browse |
<!-- https://jarcasting.com/artifacts/eu.chargetime.ocpp/common/ -->
<dependency>
<groupId>eu.chargetime.ocpp</groupId>
<artifactId>common</artifactId>
<version>1.0</version>
</dependency>
// https://jarcasting.com/artifacts/eu.chargetime.ocpp/common/
implementation 'eu.chargetime.ocpp:common:1.0'
// https://jarcasting.com/artifacts/eu.chargetime.ocpp/common/
implementation ("eu.chargetime.ocpp:common:1.0")
'eu.chargetime.ocpp:common:jar:1.0'
<dependency org="eu.chargetime.ocpp" name="common" rev="1.0">
<artifact name="common" type="jar" />
</dependency>
@Grapes(
@Grab(group='eu.chargetime.ocpp', module='common', version='1.0')
)
libraryDependencies += "eu.chargetime.ocpp" % "common" % "1.0"
[eu.chargetime.ocpp/common "1.0"]
Group / Artifact | Type | Version |
---|---|---|
javax.xml.bind : jaxb-api | jar | 2.1 |
javax.xml.soap : javax.xml.soap-api | jar | 1.4.0 |
org.slf4j : slf4j-api | jar | 1.7.25 |
ch.qos.logback : logback-classic | jar | 1.2.3 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.13.1 |
org.mockito : mockito-core | jar | 1.10.19 |
org.hamcrest : hamcrest-all | jar | 1.3 |