You can find more details on the official website
- CentralSystemService.wsdl generated scala beans
- ChargePointService.wsdl generated scala beans
- Helper methods to work with ocpp
- Add this repository to your pom.xml:
<repository>
<id>thenewmotion</id>
<name>The New Motion Repository</name>
<url>http://nexus.thenewmotion.com/content/repositories/releases-public</url>
</repository>- Add dependency to your pom.xml:
<dependency>
<groupId>com.thenewmotion.chargenetwork</groupId>
<artifactId>ocpp</artifactId>
<version>2.7</version>
</dependency>