MVN

org.jrebirth.af : modular

Maven & Gradle

Sep 12, 2016
1 usages
82 stars

Modular · Provides classes used to manage JRebirth Modules

<dependency>
    <groupId>org.jrebirth.af</groupId>
    <artifactId>modular</artifactId>
    <version>8.0.5</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.jrebirth.af : modular to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 8.0.5

All Versions

Choose a version of org.jrebirth.af : modular to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
8.0.x
modular-8.0.5
modular-8.0.4
modular-8.0.3
modular-8.0.2
modular-8.0.1
modular-8.0.0

How to add a dependency to Maven

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

<dependency>
    <groupId>org.jrebirth.af</groupId>
    <artifactId>modular</artifactId>
    <version>8.0.5</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.jrebirth.af : modular gradle dependency to your build.gradle file:

implementation 'org.jrebirth.af:modular:8.0.5'

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

implementation("org.jrebirth.af:modular:8.0.5")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.jrebirth.af : modular sbt scala dependency to your build.sbt file:

libraryDependencies += "org.jrebirth.af" % "modular" % "8.0.5"

Advertisement