MVN

net.oschina.durcframework : durcframework-core

Maven & Gradle

Aug 30, 2016

durcframework core · durcframework core

<dependency>
    <groupId>net.oschina.durcframework</groupId>
    <artifactId>durcframework-core</artifactId>
    <version>1.1.16</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of net.oschina.durcframework : durcframework-core to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.1.16

All Versions

Choose a version of net.oschina.durcframework : durcframework-core to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
3.1.x
durcframework-core-3.1.10
durcframework-core-3.1.9
durcframework-core-3.1.8
durcframework-core-3.1.7
durcframework-core-3.1.6
durcframework-core-3.1.5
durcframework-core-3.1.4
durcframework-core-3.1.3
durcframework-core-3.1.2
durcframework-core-3.1.1
3.0.x
durcframework-core-3.0.3
durcframework-core-3.0.2
durcframework-core-3.0.1
3.0
durcframework-core-3.0
2.4.x
durcframework-core-2.4.6
durcframework-core-2.4.5
durcframework-core-2.4.4
durcframework-core-2.4.3
durcframework-core-2.4.2
durcframework-core-2.4.1
2.3
durcframework-core-2.3
2.2
durcframework-core-2.2
2.1
durcframework-core-2.1
2.0
durcframework-core-2.0
1.1.x
durcframework-core-1.1.16
durcframework-core-1.1.15
durcframework-core-1.1.14
durcframework-core-1.1.13
durcframework-core-1.1.12
durcframework-core-1.1.11
1.0.x
durcframework-core-1.0.16
durcframework-core-1.0.15
durcframework-core-1.0.14
durcframework-core-1.0.13
durcframework-core-1.0.10
durcframework-core-1.0.9
durcframework-core-1.0.8
durcframework-core-1.0.7
durcframework-core-1.0.6
durcframework-core-1.0.5
durcframework-core-1.0.4
durcframework-core-1.0.3
durcframework-core-1.0.2

How to add a dependency to Maven

Add the following net.oschina.durcframework : durcframework-core maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>net.oschina.durcframework</groupId>
    <artifactId>durcframework-core</artifactId>
    <version>1.1.16</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following net.oschina.durcframework : durcframework-core gradle dependency to your build.gradle file:

implementation 'net.oschina.durcframework:durcframework-core:1.1.16'

Gradle Kotlin DSL: Add the following net.oschina.durcframework : durcframework-core gradle kotlin dependency to your build.gradle.kts file:

implementation("net.oschina.durcframework:durcframework-core:1.1.16")

How to add a dependency to SBT Scala

SBT Scala: Add the following net.oschina.durcframework : durcframework-core sbt scala dependency to your build.sbt file:

libraryDependencies += "net.oschina.durcframework" % "durcframework-core" % "1.1.16"

Advertisement