MVN

org.brutusin : jsonsrv-archetype

Maven & Gradle

Dec 25, 2015

Maven archetype for creation of jsonsrv projects

<dependency>
    <groupId>org.brutusin</groupId>
    <artifactId>jsonsrv-archetype</artifactId>
    <version>1.1.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.brutusin : jsonsrv-archetype to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.1.0

All Versions

Choose a version of org.brutusin : jsonsrv-archetype to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.1.x
jsonsrv-archetype-1.1.0
1.0.x
jsonsrv-archetype-1.0.6
jsonsrv-archetype-1.0.5
jsonsrv-archetype-1.0.4
jsonsrv-archetype-1.0.3
jsonsrv-archetype-1.0.2
jsonsrv-archetype-1.0.1
jsonsrv-archetype-1.0.0

How to add a dependency to Maven

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

<dependency>
    <groupId>org.brutusin</groupId>
    <artifactId>jsonsrv-archetype</artifactId>
    <version>1.1.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.brutusin : jsonsrv-archetype gradle dependency to your build.gradle file:

implementation 'org.brutusin:jsonsrv-archetype:1.1.0'

Gradle Kotlin DSL: Add the following org.brutusin : jsonsrv-archetype gradle kotlin dependency to your build.gradle.kts file:

implementation("org.brutusin:jsonsrv-archetype:1.1.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.brutusin : jsonsrv-archetype sbt scala dependency to your build.sbt file:

libraryDependencies += "org.brutusin" % "jsonsrv-archetype" % "1.1.0"

Advertisement