MVN

com.rnkrsoft.framework : framework-standalone

Maven & Gradle

Sep 20, 2019
5 usages

Rnkrsoft Framework Community Edition · 氡氪网络科技基础架构发布包

<dependency>
    <groupId>com.rnkrsoft.framework</groupId>
    <artifactId>framework-standalone</artifactId>
    <version>1.0.2</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.rnkrsoft.framework : framework-standalone to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.0.2

All Versions

Choose a version of com.rnkrsoft.framework : framework-standalone to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.0.x
framework-standalone-1.0.2
framework-standalone-1.0.1
framework-standalone-1.0.0

How to add a dependency to Maven

Add the following com.rnkrsoft.framework : framework-standalone maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.rnkrsoft.framework</groupId>
    <artifactId>framework-standalone</artifactId>
    <version>1.0.2</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.rnkrsoft.framework : framework-standalone gradle dependency to your build.gradle file:

implementation 'com.rnkrsoft.framework:framework-standalone:1.0.2'

Gradle Kotlin DSL: Add the following com.rnkrsoft.framework : framework-standalone gradle kotlin dependency to your build.gradle.kts file:

implementation("com.rnkrsoft.framework:framework-standalone:1.0.2")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.rnkrsoft.framework : framework-standalone sbt scala dependency to your build.sbt file:

libraryDependencies += "com.rnkrsoft.framework" % "framework-standalone" % "1.0.2"