Categories |
CategoriesSpring Boot Container Microservices |
---|---|
GroupId | GroupIdcom.bnyte |
ArtifactId | ArtifactIdforge-spring-boot-starter |
Version | Version1.0.4-BETA |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.bnyte/forge-spring-boot-starter/ -->
<dependency>
<groupId>com.bnyte</groupId>
<artifactId>forge-spring-boot-starter</artifactId>
<version>1.0.4-BETA</version>
</dependency>
// https://jarcasting.com/artifacts/com.bnyte/forge-spring-boot-starter/
implementation 'com.bnyte:forge-spring-boot-starter:1.0.4-BETA'
// https://jarcasting.com/artifacts/com.bnyte/forge-spring-boot-starter/
implementation ("com.bnyte:forge-spring-boot-starter:1.0.4-BETA")
'com.bnyte:forge-spring-boot-starter:jar:1.0.4-BETA'
<dependency org="com.bnyte" name="forge-spring-boot-starter" rev="1.0.4-BETA">
<artifact name="forge-spring-boot-starter" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.bnyte', module='forge-spring-boot-starter', version='1.0.4-BETA')
)
libraryDependencies += "com.bnyte" % "forge-spring-boot-starter" % "1.0.4-BETA"
[com.bnyte/forge-spring-boot-starter "1.0.4-BETA"]