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