MVN

net.hlinfo : pbp

Maven & Gradle

May 05, 2023
0 stars

pbp · PBP is public Base Project For Spring Boot

<dependency>
    <groupId>net.hlinfo</groupId>
    <artifactId>pbp</artifactId>
    <version>2.7.11</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of net.hlinfo : pbp to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.7.11

All Versions

Choose a version of net.hlinfo : pbp to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.7.x
pbp-2.7.11
pbp-2.7.10

How to add a dependency to Maven

Add the following net.hlinfo : pbp maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>net.hlinfo</groupId>
    <artifactId>pbp</artifactId>
    <version>2.7.11</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following net.hlinfo : pbp gradle dependency to your build.gradle file:

implementation 'net.hlinfo:pbp:2.7.11'

Gradle Kotlin DSL: Add the following net.hlinfo : pbp gradle kotlin dependency to your build.gradle.kts file:

implementation("net.hlinfo:pbp:2.7.11")

How to add a dependency to SBT Scala

SBT Scala: Add the following net.hlinfo : pbp sbt scala dependency to your build.sbt file:

libraryDependencies += "net.hlinfo" % "pbp" % "2.7.11"

Advertisement