MVN

io.github.parj : samplespringbootapp

Maven & Gradle

Jan 22, 2022
0 stars

samplespringbootapp

<dependency>
    <groupId>io.github.parj</groupId>
    <artifactId>samplespringbootapp</artifactId>
    <version>1.24</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of io.github.parj : samplespringbootapp to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.24

All Versions

Choose a version of io.github.parj : samplespringbootapp to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.24
samplespringbootapp-1.24
1.23
samplespringbootapp-1.23
1.22
samplespringbootapp-1.22
1.21
samplespringbootapp-1.21
1.20
samplespringbootapp-1.20
1.19
samplespringbootapp-1.19
1.18
samplespringbootapp-1.18
1.17
samplespringbootapp-1.17
1.16
samplespringbootapp-1.16
1.15
samplespringbootapp-1.15
1.14
samplespringbootapp-1.14
1.13
samplespringbootapp-1.13
1.12
samplespringbootapp-1.12
1.11
samplespringbootapp-1.11
1.10
samplespringbootapp-1.10
1.9
samplespringbootapp-1.9
1.8
samplespringbootapp-1.8
1.5
samplespringbootapp-1.5
1.1
samplespringbootapp-1.1

How to add a dependency to Maven

Add the following io.github.parj : samplespringbootapp maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>io.github.parj</groupId>
    <artifactId>samplespringbootapp</artifactId>
    <version>1.24</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following io.github.parj : samplespringbootapp gradle dependency to your build.gradle file:

implementation 'io.github.parj:samplespringbootapp:1.24'

Gradle Kotlin DSL: Add the following io.github.parj : samplespringbootapp gradle kotlin dependency to your build.gradle.kts file:

implementation("io.github.parj:samplespringbootapp:1.24")

How to add a dependency to SBT Scala

SBT Scala: Add the following io.github.parj : samplespringbootapp sbt scala dependency to your build.sbt file:

libraryDependencies += "io.github.parj" % "samplespringbootapp" % "1.24"

Advertisement