MVN

net.xiaoboli.jishi : framework

Maven & Gradle

Aug 23, 2023

framework · jishi series products framework on java

<dependency>
    <groupId>net.xiaoboli.jishi</groupId>
    <artifactId>framework</artifactId>
    <version>1.0.33</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of net.xiaoboli.jishi : framework to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.0.33

All Versions

Choose a version of net.xiaoboli.jishi : framework to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.0.x
framework-1.0.33
framework-1.0.32
framework-1.0.31
framework-1.0.30
framework-1.0.29
framework-1.0.28
framework-1.0.27
framework-1.0.26
framework-1.0.25
framework-1.0.24
framework-1.0.23
framework-1.0.22
framework-1.0.21
framework-1.0.20
framework-1.0.19
framework-1.0.18
framework-1.0.17
framework-1.0.16
framework-1.0.15
framework-1.0.14
framework-1.0.13
framework-1.0.12
framework-1.0.11
framework-1.0.10
framework-1.0.9
framework-1.0.8
framework-1.0.7
framework-1.0.6
framework-1.0.5
framework-1.0.4
framework-1.0.3
framework-1.0.2
framework-1.0.1
framework-1.0.0

How to add a dependency to Maven

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

<dependency>
    <groupId>net.xiaoboli.jishi</groupId>
    <artifactId>framework</artifactId>
    <version>1.0.33</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following net.xiaoboli.jishi : framework gradle dependency to your build.gradle file:

implementation 'net.xiaoboli.jishi:framework:1.0.33'

Gradle Kotlin DSL: Add the following net.xiaoboli.jishi : framework gradle kotlin dependency to your build.gradle.kts file:

implementation("net.xiaoboli.jishi:framework:1.0.33")

How to add a dependency to SBT Scala

SBT Scala: Add the following net.xiaoboli.jishi : framework sbt scala dependency to your build.sbt file:

libraryDependencies += "net.xiaoboli.jishi" % "framework" % "1.0.33"