MVN

io.github.rayexpress-libraries : ddd

Maven & Gradle

Apr 06, 2023
0 stars

io.github.rayexpress-libraries:ddd · a libary that contain comon classes about ddd

<dependency>
    <groupId>io.github.rayexpress-libraries</groupId>
    <artifactId>ddd</artifactId>
    <version>1.0.10</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of io.github.rayexpress-libraries : ddd to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.0.10

All Versions

Choose a version of io.github.rayexpress-libraries : ddd to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.0.x
ddd-1.0.10
ddd-1.0.9
ddd-1.0.8
ddd-1.0.7
ddd-1.0.6
ddd-1.0.5
ddd-1.0.4
ddd-1.0.3
ddd-1.0.2
ddd-1.0.1
ddd-1.0.0

How to add a dependency to Maven

Add the following io.github.rayexpress-libraries : ddd maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>io.github.rayexpress-libraries</groupId>
    <artifactId>ddd</artifactId>
    <version>1.0.10</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following io.github.rayexpress-libraries : ddd gradle dependency to your build.gradle file:

implementation 'io.github.rayexpress-libraries:ddd:1.0.10'

Gradle Kotlin DSL: Add the following io.github.rayexpress-libraries : ddd gradle kotlin dependency to your build.gradle.kts file:

implementation("io.github.rayexpress-libraries:ddd:1.0.10")

How to add a dependency to SBT Scala

SBT Scala: Add the following io.github.rayexpress-libraries : ddd sbt scala dependency to your build.sbt file:

libraryDependencies += "io.github.rayexpress-libraries" % "ddd" % "1.0.10"