MVN

com.jianggujin : JModuleLink

Maven & Gradle

Oct 14, 2018
1 usages

JModuleLink · 动态模块,实现模块热部署

<dependency>
    <groupId>com.jianggujin</groupId>
    <artifactId>JModuleLink</artifactId>
    <version>1.0.3</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.jianggujin : JModuleLink to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.0.3

All Versions

Choose a version of com.jianggujin : JModuleLink to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.0.x
JModuleLink-1.0.3
JModuleLink-1.0.2
JModuleLink-1.0.1
JModuleLink-1.0.0

How to add a dependency to Maven

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

<dependency>
    <groupId>com.jianggujin</groupId>
    <artifactId>JModuleLink</artifactId>
    <version>1.0.3</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.jianggujin : JModuleLink gradle dependency to your build.gradle file:

implementation 'com.jianggujin:JModuleLink:1.0.3'

Gradle Kotlin DSL: Add the following com.jianggujin : JModuleLink gradle kotlin dependency to your build.gradle.kts file:

implementation("com.jianggujin:JModuleLink:1.0.3")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.jianggujin : JModuleLink sbt scala dependency to your build.sbt file:

libraryDependencies += "com.jianggujin" % "JModuleLink" % "1.0.3"