MVN

com.groupbyinc : common-spring-boot

Maven & Gradle

Mar 17, 2017

GroupBy - Common - Spring - Boot · ${project.name}

<dependency>
    <groupId>com.groupbyinc</groupId>
    <artifactId>common-spring-boot</artifactId>
    <version>92</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.groupbyinc : common-spring-boot to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 92

All Versions

Choose a version of com.groupbyinc : common-spring-boot to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
92
common-spring-boot-92
91
common-spring-boot-91
90
common-spring-boot-90
89
common-spring-boot-89
88
common-spring-boot-88
87
common-spring-boot-87
86
common-spring-boot-86
85
common-spring-boot-85
84
common-spring-boot-84
83
common-spring-boot-83
82
common-spring-boot-82
81
common-spring-boot-81
80
common-spring-boot-80
79
common-spring-boot-79

How to add a dependency to Maven

Add the following com.groupbyinc : common-spring-boot maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.groupbyinc</groupId>
    <artifactId>common-spring-boot</artifactId>
    <version>92</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.groupbyinc : common-spring-boot gradle dependency to your build.gradle file:

implementation 'com.groupbyinc:common-spring-boot:92'

Gradle Kotlin DSL: Add the following com.groupbyinc : common-spring-boot gradle kotlin dependency to your build.gradle.kts file:

implementation("com.groupbyinc:common-spring-boot:92")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.groupbyinc : common-spring-boot sbt scala dependency to your build.sbt file:

libraryDependencies += "com.groupbyinc" % "common-spring-boot" % "92"

Advertisement