MVN

com.harium.suneidesis : core

Maven & Gradle

Jul 01, 2023
5 usages
2 stars

Suneidesis · Project to represent knowledge

<dependency>
    <groupId>com.harium.suneidesis</groupId>
    <artifactId>core</artifactId>
    <version>1.6.8</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.harium.suneidesis : core to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.6.8

All Versions

Choose a version of com.harium.suneidesis : core to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.6.x
core-1.6.8
core-1.6.7
core-1.6.6
core-1.6.5
core-1.6.4
core-1.6.3
core-1.6.2
core-1.6.1
core-1.6.0
1.5.x
core-1.5.5
core-1.5.4
core-1.5.3
core-1.5.2
core-1.5.1
core-1.5.0
1.4.x
core-1.4.0
1.3.x
core-1.3.5
core-1.3.4
core-1.3.3
core-1.3.2
core-1.3.1
core-1.3.0
1.2.x
core-1.2.4
core-1.2.3
core-1.2.2
core-1.2.1
core-1.2.0
1.1.x
core-1.1.5
core-1.1.4
core-1.1.3
core-1.1.2
core-1.1.1
core-1.1.0
1.0.x
core-1.0.1
core-1.0.0

How to add a dependency to Maven

Add the following com.harium.suneidesis : core maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.harium.suneidesis</groupId>
    <artifactId>core</artifactId>
    <version>1.6.8</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.harium.suneidesis : core gradle dependency to your build.gradle file:

implementation 'com.harium.suneidesis:core:1.6.8'

Gradle Kotlin DSL: Add the following com.harium.suneidesis : core gradle kotlin dependency to your build.gradle.kts file:

implementation("com.harium.suneidesis:core:1.6.8")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.harium.suneidesis : core sbt scala dependency to your build.sbt file:

libraryDependencies += "com.harium.suneidesis" % "core" % "1.6.8"

Advertisement