MVN

com.stellariver.milky : domain-support

Maven & Gradle

Apr 03, 2023
13 stars
<dependency>
    <groupId>com.stellariver.milky</groupId>
    <artifactId>domain-support</artifactId>
    <version>0.1.7</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.stellariver.milky : domain-support to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.1.7

All Versions

Choose a version of com.stellariver.milky : domain-support to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.1.x
domain-support-0.1.7
domain-support-0.1.6
domain-support-0.1.5
domain-support-0.1.4
domain-support-0.1.3
domain-support-0.1.2
domain-support-0.1.1
domain-support-0.1.0
0.0.x
domain-support-0.0.5
domain-support-0.0.1

How to add a dependency to Maven

Add the following com.stellariver.milky : domain-support maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.stellariver.milky</groupId>
    <artifactId>domain-support</artifactId>
    <version>0.1.7</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.stellariver.milky : domain-support gradle dependency to your build.gradle file:

implementation 'com.stellariver.milky:domain-support:0.1.7'

Gradle Kotlin DSL: Add the following com.stellariver.milky : domain-support gradle kotlin dependency to your build.gradle.kts file:

implementation("com.stellariver.milky:domain-support:0.1.7")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.stellariver.milky : domain-support sbt scala dependency to your build.sbt file:

libraryDependencies += "com.stellariver.milky" % "domain-support" % "0.1.7"

Advertisement