GroupId | GroupIdcom.gitee.starblues |
---|---|
ArtifactId | ArtifactIdspringboot-plugin-framework |
Version | Version2.0-RELEASE |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.gitee.starblues/springboot-plugin-framework/ -->
<dependency>
<groupId>com.gitee.starblues</groupId>
<artifactId>springboot-plugin-framework</artifactId>
<version>2.0-RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/com.gitee.starblues/springboot-plugin-framework/
implementation 'com.gitee.starblues:springboot-plugin-framework:2.0-RELEASE'
// https://jarcasting.com/artifacts/com.gitee.starblues/springboot-plugin-framework/
implementation ("com.gitee.starblues:springboot-plugin-framework:2.0-RELEASE")
'com.gitee.starblues:springboot-plugin-framework:jar:2.0-RELEASE'
<dependency org="com.gitee.starblues" name="springboot-plugin-framework" rev="2.0-RELEASE">
<artifact name="springboot-plugin-framework" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.gitee.starblues', module='springboot-plugin-framework', version='2.0-RELEASE')
)
libraryDependencies += "com.gitee.starblues" % "springboot-plugin-framework" % "2.0-RELEASE"
[com.gitee.starblues/springboot-plugin-framework "2.0-RELEASE"]