MVN

io.janusproject : io.janusproject.kernel

Maven & Gradle

May 27, 2021
2 usages
12 stars

Janus Platform for Maven

<dependency>
    <groupId>io.janusproject</groupId>
    <artifactId>io.janusproject.kernel</artifactId>
    <version>3.0.12.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of io.janusproject : io.janusproject.kernel to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 3.0.12.0

All Versions

Choose a version of io.janusproject : io.janusproject.kernel to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
3.0.x
io.janusproject.kernel-3.0.12.0
io.janusproject.kernel-3.0.11.0
2.0.x
io.janusproject.kernel-2.0.10.1
io.janusproject.kernel-2.0.10.0
io.janusproject.kernel-2.0.9.0
io.janusproject.kernel-2.0.8.6
io.janusproject.kernel-2.0.8.5
io.janusproject.kernel-2.0.8.4
io.janusproject.kernel-2.0.8.3
io.janusproject.kernel-2.0.8.2
io.janusproject.kernel-2.0.8.0
io.janusproject.kernel-2.0.7.2
io.janusproject.kernel-2.0.7.1
io.janusproject.kernel-2.0.6.1
io.janusproject.kernel-2.0.6.0
io.janusproject.kernel-2.0.5.8
io.janusproject.kernel-2.0.5.7
io.janusproject.kernel-2.0.5.6
io.janusproject.kernel-2.0.5.5
io.janusproject.kernel-2.0.5.4
io.janusproject.kernel-2.0.5.3
io.janusproject.kernel-2.0.5.2
io.janusproject.kernel-2.0.5.1
io.janusproject.kernel-2.0.5.0
io.janusproject.kernel-2.0.4.3
io.janusproject.kernel-2.0.4.2
io.janusproject.kernel-2.0.4.1
io.janusproject.kernel-2.0.4.0
io.janusproject.kernel-2.0.3.1
io.janusproject.kernel-2.0.3.0
io.janusproject.kernel-2.0.2.0
io.janusproject.kernel-2.0.1.0

How to add a dependency to Maven

Add the following io.janusproject : io.janusproject.kernel maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>io.janusproject</groupId>
    <artifactId>io.janusproject.kernel</artifactId>
    <version>3.0.12.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following io.janusproject : io.janusproject.kernel gradle dependency to your build.gradle file:

implementation 'io.janusproject:io.janusproject.kernel:3.0.12.0'

Gradle Kotlin DSL: Add the following io.janusproject : io.janusproject.kernel gradle kotlin dependency to your build.gradle.kts file:

implementation("io.janusproject:io.janusproject.kernel:3.0.12.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following io.janusproject : io.janusproject.kernel sbt scala dependency to your build.sbt file:

libraryDependencies += "io.janusproject" % "io.janusproject.kernel" % "3.0.12.0"

Advertisement