Categories |
CategoriesSpring Boot Container Microservices |
---|---|
GroupId | GroupIdcom.github.faster-framework |
ArtifactId | ArtifactIdfaster-framework-admin-spring-boot-starter |
Version | Version1.0.3.RELEASE |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.github.faster-framework/faster-framework-admin-spring-boot-starter/ -->
<dependency>
<groupId>com.github.faster-framework</groupId>
<artifactId>faster-framework-admin-spring-boot-starter</artifactId>
<version>1.0.3.RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.faster-framework/faster-framework-admin-spring-boot-starter/
implementation 'com.github.faster-framework:faster-framework-admin-spring-boot-starter:1.0.3.RELEASE'
// https://jarcasting.com/artifacts/com.github.faster-framework/faster-framework-admin-spring-boot-starter/
implementation ("com.github.faster-framework:faster-framework-admin-spring-boot-starter:1.0.3.RELEASE")
'com.github.faster-framework:faster-framework-admin-spring-boot-starter:jar:1.0.3.RELEASE'
<dependency org="com.github.faster-framework" name="faster-framework-admin-spring-boot-starter" rev="1.0.3.RELEASE">
<artifact name="faster-framework-admin-spring-boot-starter" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.faster-framework', module='faster-framework-admin-spring-boot-starter', version='1.0.3.RELEASE')
)
libraryDependencies += "com.github.faster-framework" % "faster-framework-admin-spring-boot-starter" % "1.0.3.RELEASE"
[com.github.faster-framework/faster-framework-admin-spring-boot-starter "1.0.3.RELEASE"]