MVN

com.github.riprasad : single-module-project

Maven & Gradle

Jan 29, 2021
0 stars

A Single Maven Module · Sample single module Maven project with a working, deployable site.

<dependency>
    <groupId>com.github.riprasad</groupId>
    <artifactId>single-module-project</artifactId>
    <version>2.9.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.github.riprasad : single-module-project to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.9.0

All Versions

Choose a version of com.github.riprasad : single-module-project to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.9.x
single-module-project-2.9.0
2.8.x
single-module-project-2.8.0
2.7.x
single-module-project-2.7.0
2.6.x
single-module-project-2.6.0
2.5.x
single-module-project-2.5.0
2.4.x
single-module-project-2.4.0
2.3.x
single-module-project-2.3.0
2.2.x
single-module-project-2.2.0
2.1.x
single-module-project-2.1.0
2.0.x
single-module-project-2.0.0
1.0
single-module-project-1.0

How to add a dependency to Maven

Add the following com.github.riprasad : single-module-project maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.github.riprasad</groupId>
    <artifactId>single-module-project</artifactId>
    <version>2.9.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.github.riprasad : single-module-project gradle dependency to your build.gradle file:

implementation 'com.github.riprasad:single-module-project:2.9.0'

Gradle Kotlin DSL: Add the following com.github.riprasad : single-module-project gradle kotlin dependency to your build.gradle.kts file:

implementation("com.github.riprasad:single-module-project:2.9.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.github.riprasad : single-module-project sbt scala dependency to your build.sbt file:

libraryDependencies += "com.github.riprasad" % "single-module-project" % "2.9.0"