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