MVN

io.github.gagessele : ocpp4j

Maven & Gradle

Jun 04, 2023

OCPP4J · OCPP4J is a library to be used to build OCPP Applications on top of JVM.

<dependency>
    <groupId>io.github.gagessele</groupId>
    <artifactId>ocpp4j</artifactId>
    <version>0.0.15</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of io.github.gagessele : ocpp4j to add to Maven - Latest Versions:

  • Latest Stable: 0.0.15

All Versions

Choose a version of io.github.gagessele : ocpp4j to add to Maven - All Versions:

Version Vulnerabilities Updated
0.0.x
ocpp4j-0.0.15
ocpp4j-0.0.14
ocpp4j-0.0.13
ocpp4j-0.0.12
ocpp4j-0.0.2
ocpp4j-0.0.1

How to add a POM dependency to Maven

POM as dependency in dependencyManagement

<dependency>
    <groupId>io.github.gagessele</groupId>
    <artifactId>ocpp4j</artifactId>
    <version>0.0.15</version>
</dependency>