MVN

org.moditect : moditect

Maven & Gradle

May 03, 2023
2 usages
0 stars

ModiTect

<dependency>
    <groupId>org.moditect</groupId>
    <artifactId>moditect</artifactId>
    <version>1.0.0.Final</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.moditect : moditect to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.0.0.Final
  • Latest Release Candidate: 1.0.0.RC3
  • Latest Beta: 1.0.0.Beta2
  • Latest Alpha: 1.0.0.Alpha2

All Versions

Choose a version of org.moditect : moditect to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.0.x
moditect-1.0.0.Final
moditect-1.0.0.RC3
moditect-1.0.0.RC2
moditect-1.0.0.RC1
moditect-1.0.0.Beta2
moditect-1.0.0.Beta1
moditect-1.0.0.Alpha2
moditect-1.0.0.Alpha1

How to add a dependency to Maven

Add the following org.moditect : moditect maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.moditect</groupId>
    <artifactId>moditect</artifactId>
    <version>1.0.0.Final</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.moditect : moditect gradle dependency to your build.gradle file:

implementation 'org.moditect:moditect:1.0.0.Final'

Gradle Kotlin DSL: Add the following org.moditect : moditect gradle kotlin dependency to your build.gradle.kts file:

implementation("org.moditect:moditect:1.0.0.Final")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.moditect : moditect sbt scala dependency to your build.sbt file:

libraryDependencies += "org.moditect" % "moditect" % "1.0.0.Final"

Advertisement