MVN

ru.astrainteractive.astralibs : di

Maven & Gradle

Jul 11, 2023
2 stars

AstraLibs · Core utilities for spigot development

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

Latest Version

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

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

All Versions

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

Version Vulnerabilities Updated
2.7.x
di-2.7.5
di-2.7.4
di-2.7.2
di-2.7.1
di-2.7.0-RC8
di-2.7.0-RC6
di-2.7.0-RC3

How to add a dependency to Maven

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

<dependency>
    <groupId>ru.astrainteractive.astralibs</groupId>
    <artifactId>di</artifactId>
    <version>2.7.5</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'ru.astrainteractive.astralibs:di:2.7.5'

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

implementation("ru.astrainteractive.astralibs:di:2.7.5")

How to add a dependency to SBT Scala

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

libraryDependencies += "ru.astrainteractive.astralibs" % "di" % "2.7.5"

Advertisement