| Группа | Группаcom.github.braisdom |
|---|---|
| Идентификатор | Идентификаторspringboot |
| Версия | Версия1.0.0-2.1.7.RELEASE |
| Тип | Типjar |
<!-- https://jarcasting.com/artifacts/com.github.braisdom/springboot/ -->
<dependency>
<groupId>com.github.braisdom</groupId>
<artifactId>springboot</artifactId>
<version>1.0.0-2.1.7.RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.braisdom/springboot/
implementation 'com.github.braisdom:springboot:1.0.0-2.1.7.RELEASE'
// https://jarcasting.com/artifacts/com.github.braisdom/springboot/
implementation ("com.github.braisdom:springboot:1.0.0-2.1.7.RELEASE")
'com.github.braisdom:springboot:jar:1.0.0-2.1.7.RELEASE'
<dependency org="com.github.braisdom" name="springboot" rev="1.0.0-2.1.7.RELEASE">
<artifact name="springboot" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.braisdom', module='springboot', version='1.0.0-2.1.7.RELEASE')
)
libraryDependencies += "com.github.braisdom" % "springboot" % "1.0.0-2.1.7.RELEASE"
[com.github.braisdom/springboot "1.0.0-2.1.7.RELEASE"]