MVN

top.xtcoder : prbase

Maven & Gradle

Feb 10, 2023

项目基础工程 · PR - SpringBoot基础开发模块

<dependency>
    <groupId>top.xtcoder</groupId>
    <artifactId>prbase</artifactId>
    <version>2.7.5-0.2.10</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of top.xtcoder : prbase to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.7.5-0.2.10

All Versions

Choose a version of top.xtcoder : prbase to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.7.x
prbase-2.7.5-0.2.10
prbase-2.7.5-0.2.9
prbase-2.7.5-0.2.8
prbase-2.7.5-0.2.7
prbase-2.7.5-0.2.6
prbase-2.7.5-0.2.4
prbase-2.7.5-0.2.3
prbase-2.7.5-0.2.2
prbase-2.7.5-0.2.1
prbase-2.7.5-0.2.0
prbase-2.7.5-0.1.9
prbase-2.7.5-0.1.8
prbase-2.7.5-0.1.7
prbase-2.7.5-0.1.6
prbase-2.7.5-0.1.4
prbase-2.7.5-0.1.3
prbase-2.7.5-0.1.2
prbase-2.7.5-0.1.1
prbase-2.7.5-0.1.0
prbase-2.7.5-0.0.9
prbase-2.7.5-0.0.8
prbase-2.7.5-0.0.7
prbase-2.7.5-0.0.6
prbase-2.7.5-0.0.5
prbase-2.7.5-0.0.4
prbase-2.7.5-0.0.3
prbase-2.7.5-0.0.2
prbase-2.7.5-0.0.1

How to add a dependency to Maven

Add the following top.xtcoder : prbase maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>top.xtcoder</groupId>
    <artifactId>prbase</artifactId>
    <version>2.7.5-0.2.10</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following top.xtcoder : prbase gradle dependency to your build.gradle file:

implementation 'top.xtcoder:prbase:2.7.5-0.2.10'

Gradle Kotlin DSL: Add the following top.xtcoder : prbase gradle kotlin dependency to your build.gradle.kts file:

implementation("top.xtcoder:prbase:2.7.5-0.2.10")

How to add a dependency to SBT Scala

SBT Scala: Add the following top.xtcoder : prbase sbt scala dependency to your build.sbt file:

libraryDependencies += "top.xtcoder" % "prbase" % "2.7.5-0.2.10"