MVN

net.solarnetwork.common : net.solarnetwork.common.ocpp

Maven & Gradle

Aug 26, 2023
2 stars

SolarNetwork OCPP Framework · Core Open Charge Point Protocol (OCPP) support.

<dependency>
    <groupId>net.solarnetwork.common</groupId>
    <artifactId>net.solarnetwork.common.ocpp</artifactId>
    <version>2.4.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of net.solarnetwork.common : net.solarnetwork.common.ocpp to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.4.0

All Versions

Choose a version of net.solarnetwork.common : net.solarnetwork.common.ocpp to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.4.x
net.solarnetwork.common.ocpp-2.4.0
2.3.x
net.solarnetwork.common.ocpp-2.3.0
2.2.x
net.solarnetwork.common.ocpp-2.2.0
2.1.x
net.solarnetwork.common.ocpp-2.1.0
2.0.x
net.solarnetwork.common.ocpp-2.0.0

How to add a dependency to Maven

Add the following net.solarnetwork.common : net.solarnetwork.common.ocpp maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>net.solarnetwork.common</groupId>
    <artifactId>net.solarnetwork.common.ocpp</artifactId>
    <version>2.4.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following net.solarnetwork.common : net.solarnetwork.common.ocpp gradle dependency to your build.gradle file:

implementation 'net.solarnetwork.common:net.solarnetwork.common.ocpp:2.4.0'

Gradle Kotlin DSL: Add the following net.solarnetwork.common : net.solarnetwork.common.ocpp gradle kotlin dependency to your build.gradle.kts file:

implementation("net.solarnetwork.common:net.solarnetwork.common.ocpp:2.4.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following net.solarnetwork.common : net.solarnetwork.common.ocpp sbt scala dependency to your build.sbt file:

libraryDependencies += "net.solarnetwork.common" % "net.solarnetwork.common.ocpp" % "2.4.0"