MVN

de.hamstersimulator.objectsfirst : core

Maven & Gradle

Oct 07, 2022
4 usages
1 stars

Hamstersimulator Core Model Library

<dependency>
    <groupId>de.hamstersimulator.objectsfirst</groupId>
    <artifactId>core</artifactId>
    <version>5.0.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of de.hamstersimulator.objectsfirst : core to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 5.0.0

All Versions

Choose a version of de.hamstersimulator.objectsfirst : core to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
5.0.x
core-5.0.0
4.3.x
core-4.3.4
core-4.3.3
core-4.3.2
core-4.3.1
core-4.3.0
4.2.x
core-4.2.0
4.1.x
core-4.1.1
core-4.1.0
4.0.x
core-4.0.0

How to add a dependency to Maven

Add the following de.hamstersimulator.objectsfirst : core maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>de.hamstersimulator.objectsfirst</groupId>
    <artifactId>core</artifactId>
    <version>5.0.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following de.hamstersimulator.objectsfirst : core gradle dependency to your build.gradle file:

implementation 'de.hamstersimulator.objectsfirst:core:5.0.0'

Gradle Kotlin DSL: Add the following de.hamstersimulator.objectsfirst : core gradle kotlin dependency to your build.gradle.kts file:

implementation("de.hamstersimulator.objectsfirst:core:5.0.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following de.hamstersimulator.objectsfirst : core sbt scala dependency to your build.sbt file:

libraryDependencies += "de.hamstersimulator.objectsfirst" % "core" % "5.0.0"

Advertisement