MVN

io.github.jhipster.loaded : common

Maven & Gradle

Sep 17, 2014
1 usages
51 stars
<dependency>
    <groupId>io.github.jhipster.loaded</groupId>
    <artifactId>common</artifactId>
    <version>0.12</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of io.github.jhipster.loaded : common to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.12

All Versions

Choose a version of io.github.jhipster.loaded : common to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.12
common-0.12
0.11
common-0.11
0.10
common-0.10
0.9
common-0.9
0.8
common-0.8
0.7
common-0.7
0.6
common-0.6
0.5
common-0.5
0.4
common-0.4
0.3
common-0.3
0.2
common-0.2

How to add a dependency to Maven

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

<dependency>
    <groupId>io.github.jhipster.loaded</groupId>
    <artifactId>common</artifactId>
    <version>0.12</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following io.github.jhipster.loaded : common gradle dependency to your build.gradle file:

implementation 'io.github.jhipster.loaded:common:0.12'

Gradle Kotlin DSL: Add the following io.github.jhipster.loaded : common gradle kotlin dependency to your build.gradle.kts file:

implementation("io.github.jhipster.loaded:common:0.12")

How to add a dependency to SBT Scala

SBT Scala: Add the following io.github.jhipster.loaded : common sbt scala dependency to your build.sbt file:

libraryDependencies += "io.github.jhipster.loaded" % "common" % "0.12"

Advertisement