MVN

com.github.neatlife : jframework

Maven & Gradle

May 24, 2019
87 stars

jframework · 基于对spring boot的二次封装,目的是减少重复代码,提高开发效率

<dependency>
    <groupId>com.github.neatlife</groupId>
    <artifactId>jframework</artifactId>
    <version>0.0.13</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.github.neatlife : jframework to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.0.13

All Versions

Choose a version of com.github.neatlife : jframework to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.0.x
jframework-0.0.13
jframework-0.0.12
jframework-0.0.11
jframework-0.0.10
jframework-0.0.8
jframework-0.0.5
jframework-0.0.4
jframework-0.0.3
jframework-0.0.2
jframework-0.0.1

How to add a dependency to Maven

Add the following com.github.neatlife : jframework maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.github.neatlife</groupId>
    <artifactId>jframework</artifactId>
    <version>0.0.13</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.github.neatlife : jframework gradle dependency to your build.gradle file:

implementation 'com.github.neatlife:jframework:0.0.13'

Gradle Kotlin DSL: Add the following com.github.neatlife : jframework gradle kotlin dependency to your build.gradle.kts file:

implementation("com.github.neatlife:jframework:0.0.13")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.github.neatlife : jframework sbt scala dependency to your build.sbt file:

libraryDependencies += "com.github.neatlife" % "jframework" % "0.0.13"

Advertisement