MVN

com.github.jmSfernandes : NGSIBaseModel

Maven & Gradle

Oct 08, 2020
0 stars

com.github.jmSfernandes.NGSIBaseModel · This is a multi-purpose parser for the NGSI10 standard. The NGSI10 standard is a the default standard used by ORION the main Componnent of the FIWARE project. This parser is able to simelly convert the Json objects received in the NGSI format (both standard and keyValues) to Java Classes. And also convert Java classes to the equivalent and compliant NGSI10 entities

<dependency>
    <groupId>com.github.jmSfernandes</groupId>
    <artifactId>NGSIBaseModel</artifactId>
    <version>1.0.2</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.github.jmSfernandes : NGSIBaseModel to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.0.2

All Versions

Choose a version of com.github.jmSfernandes : NGSIBaseModel to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.0.x
NGSIBaseModel-1.0.2
NGSIBaseModel-1.0.1
NGSIBaseModel-1.0.0

How to add a dependency to Maven

Add the following com.github.jmSfernandes : NGSIBaseModel maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.github.jmSfernandes</groupId>
    <artifactId>NGSIBaseModel</artifactId>
    <version>1.0.2</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.github.jmSfernandes : NGSIBaseModel gradle dependency to your build.gradle file:

implementation 'com.github.jmSfernandes:NGSIBaseModel:1.0.2'

Gradle Kotlin DSL: Add the following com.github.jmSfernandes : NGSIBaseModel gradle kotlin dependency to your build.gradle.kts file:

implementation("com.github.jmSfernandes:NGSIBaseModel:1.0.2")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.github.jmSfernandes : NGSIBaseModel sbt scala dependency to your build.sbt file:

libraryDependencies += "com.github.jmSfernandes" % "NGSIBaseModel" % "1.0.2"

Advertisement