MVN

com.hydrogenplatform : hydrogen-nucleus-api

Maven & Gradle

Aug 25, 2021
6 stars

hydrogen-nucleus-api · Hydrogen Platform

<dependency>
    <groupId>com.hydrogenplatform</groupId>
    <artifactId>hydrogen-nucleus-api</artifactId>
    <version>1.9.4</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.hydrogenplatform : hydrogen-nucleus-api to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.9.4

All Versions

Choose a version of com.hydrogenplatform : hydrogen-nucleus-api to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
v1.8.x
hydrogen-nucleus-api-v1.8.0
1.9.x
hydrogen-nucleus-api-1.9.4
hydrogen-nucleus-api-1.9.3
hydrogen-nucleus-api-1.9.2
hydrogen-nucleus-api-1.9.1
1.8.x
hydrogen-nucleus-api-1.8.0

How to add a dependency to Maven

Add the following com.hydrogenplatform : hydrogen-nucleus-api maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.hydrogenplatform</groupId>
    <artifactId>hydrogen-nucleus-api</artifactId>
    <version>1.9.4</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.hydrogenplatform : hydrogen-nucleus-api gradle dependency to your build.gradle file:

implementation 'com.hydrogenplatform:hydrogen-nucleus-api:1.9.4'

Gradle Kotlin DSL: Add the following com.hydrogenplatform : hydrogen-nucleus-api gradle kotlin dependency to your build.gradle.kts file:

implementation("com.hydrogenplatform:hydrogen-nucleus-api:1.9.4")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.hydrogenplatform : hydrogen-nucleus-api sbt scala dependency to your build.sbt file:

libraryDependencies += "com.hydrogenplatform" % "hydrogen-nucleus-api" % "1.9.4"