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