MVN

com.blibli.oss : common-plugin

Maven & Gradle

May 17, 2021
2 usages
3 stars

common-plugin · Common Library for Spring Boot

<dependency>
    <groupId>com.blibli.oss</groupId>
    <artifactId>common-plugin</artifactId>
    <version>2.0.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.blibli.oss : common-plugin to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.0.1

All Versions

Choose a version of com.blibli.oss : common-plugin to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.0.x
common-plugin-2.0.1
common-plugin-2.0.0
0.0.x
common-plugin-0.0.6
common-plugin-0.0.5
common-plugin-0.0.4
common-plugin-0.0.3
common-plugin-0.0.2
common-plugin-0.0.1

How to add a dependency to Maven

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

<dependency>
    <groupId>com.blibli.oss</groupId>
    <artifactId>common-plugin</artifactId>
    <version>2.0.1</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.blibli.oss : common-plugin gradle dependency to your build.gradle file:

implementation 'com.blibli.oss:common-plugin:2.0.1'

Gradle Kotlin DSL: Add the following com.blibli.oss : common-plugin gradle kotlin dependency to your build.gradle.kts file:

implementation("com.blibli.oss:common-plugin:2.0.1")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.blibli.oss : common-plugin sbt scala dependency to your build.sbt file:

libraryDependencies += "com.blibli.oss" % "common-plugin" % "2.0.1"

Advertisement