MVN

ru.astrainteractive.astralibs : orm

Maven & Gradle

Aug 17, 2023
2 stars

AstraLibs · Core utilities for spigot development

<dependency>
    <groupId>ru.astrainteractive.astralibs</groupId>
    <artifactId>orm</artifactId>
    <version>2.10.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of ru.astrainteractive.astralibs : orm to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.10.0
  • Latest Release Candidate: 2.7.0-RC8

All Versions

Choose a version of ru.astrainteractive.astralibs : orm to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.10.x
orm-2.10.0
2.9.x
orm-2.9.0
2.7.x
orm-2.7.5
orm-2.7.4
orm-2.7.2
orm-2.7.1
orm-2.7.0-RC8
orm-2.7.0-RC6
orm-2.7.0-RC3
2.4.x
orm-2.4.3
orm-2.4.2-RC2
orm-2.4.1
orm-2.4.0
2.3.x
orm-2.3.0-RC3
orm-2.3.0-RC2
orm-2.3.0-RC1
2.2.x
orm-2.2.3
orm-2.2.1
2.1.x
orm-2.1.1
orm-2.1.0

How to add a dependency to Maven

Add the following ru.astrainteractive.astralibs : orm maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>ru.astrainteractive.astralibs</groupId>
    <artifactId>orm</artifactId>
    <version>2.10.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following ru.astrainteractive.astralibs : orm gradle dependency to your build.gradle file:

implementation 'ru.astrainteractive.astralibs:orm:2.10.0'

Gradle Kotlin DSL: Add the following ru.astrainteractive.astralibs : orm gradle kotlin dependency to your build.gradle.kts file:

implementation("ru.astrainteractive.astralibs:orm:2.10.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following ru.astrainteractive.astralibs : orm sbt scala dependency to your build.sbt file:

libraryDependencies += "ru.astrainteractive.astralibs" % "orm" % "2.10.0"

Advertisement