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