MVN

org.n52.series.db : entities

Maven & Gradle

Nov 08, 2019
8 usages

Series Database Model - Entities

<dependency>
    <groupId>org.n52.series.db</groupId>
    <artifactId>entities</artifactId>
    <version>1.0.0-alpha.8</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.n52.series.db : entities to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.0.0-alpha.8
  • Latest Alpha: 1.0.0-alpha.8

All Versions

Choose a version of org.n52.series.db : entities to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.0.x
entities-1.0.0-alpha.8
entities-1.0.0-alpha.7
entities-1.0.0-alpha.6
entities-1.0.0-alpha.5
entities-1.0.0-alpha.4
entities-1.0.0-alpha.3
entities-1.0.0-alpha.2
entities-1.0.0-alpha.1

How to add a dependency to Maven

Add the following org.n52.series.db : entities maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.n52.series.db</groupId>
    <artifactId>entities</artifactId>
    <version>1.0.0-alpha.8</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.n52.series.db : entities gradle dependency to your build.gradle file:

implementation 'org.n52.series.db:entities:1.0.0-alpha.8'

Gradle Kotlin DSL: Add the following org.n52.series.db : entities gradle kotlin dependency to your build.gradle.kts file:

implementation("org.n52.series.db:entities:1.0.0-alpha.8")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.n52.series.db : entities sbt scala dependency to your build.sbt file:

libraryDependencies += "org.n52.series.db" % "entities" % "1.0.0-alpha.8"

Advertisement