MVN

com.izivia : ocpp-1-6-soap

Maven & Gradle

Aug 24, 2023
28 stars

OCPP 1.6 SOAP · This module provides a SOAP parser for OCPP 1.6

<dependency>
    <groupId>com.izivia</groupId>
    <artifactId>ocpp-1-6-soap</artifactId>
    <version>1.1.1-TEST.2</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.izivia : ocpp-1-6-soap to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.1.1-TEST.2

All Versions

Choose a version of com.izivia : ocpp-1-6-soap to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
20221110
ocpp-1-6-soap-20221110-1
20221107
ocpp-1-6-soap-20221107-1
1.1.x
ocpp-1-6-soap-1.1.1-TEST.2
ocpp-1-6-soap-1.1.1-TEST.1
ocpp-1-6-soap-1.1.0
1.0.x
ocpp-1-6-soap-1.0.1
ocpp-1-6-soap-1.0.0
0.12.x
ocpp-1-6-soap-0.12.1
0.1.x
ocpp-1-6-soap-0.1.19
ocpp-1-6-soap-0.1.18
ocpp-1-6-soap-0.1.17
ocpp-1-6-soap-0.1.16
ocpp-1-6-soap-0.1.15
ocpp-1-6-soap-0.1.14
ocpp-1-6-soap-0.1.13
ocpp-1-6-soap-0.1.12.1
ocpp-1-6-soap-0.1.12
ocpp-1-6-soap-0.1.11
ocpp-1-6-soap-0.1.10
ocpp-1-6-soap-0.1.9
ocpp-1-6-soap-0.1.8
ocpp-1-6-soap-0.1.7
ocpp-1-6-soap-0.1.6
ocpp-1-6-soap-0.1.5
ocpp-1-6-soap-0.1.4
ocpp-1-6-soap-0.1.3
ocpp-1-6-soap-0.1.2
ocpp-1-6-soap-0.1.1
ocpp-1-6-soap-0.1.0
0.0.x
ocpp-1-6-soap-0.0.12
ocpp-1-6-soap-0.0.11.1
ocpp-1-6-soap-0.0.11
ocpp-1-6-soap-0.0.10
ocpp-1-6-soap-0.0.9
ocpp-1-6-soap-0.0.8
ocpp-1-6-soap-0.0.7
ocpp-1-6-soap-0.0.6
ocpp-1-6-soap-0.0.5

How to add a dependency to Maven

Add the following com.izivia : ocpp-1-6-soap maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.izivia</groupId>
    <artifactId>ocpp-1-6-soap</artifactId>
    <version>1.1.1-TEST.2</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.izivia : ocpp-1-6-soap gradle dependency to your build.gradle file:

implementation 'com.izivia:ocpp-1-6-soap:1.1.1-TEST.2'

Gradle Kotlin DSL: Add the following com.izivia : ocpp-1-6-soap gradle kotlin dependency to your build.gradle.kts file:

implementation("com.izivia:ocpp-1-6-soap:1.1.1-TEST.2")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.izivia : ocpp-1-6-soap sbt scala dependency to your build.sbt file:

libraryDependencies += "com.izivia" % "ocpp-1-6-soap" % "1.1.1-TEST.2"

Advertisement