Categories |
CategoriesSpring Boot Container Microservices GUI User Interface |
---|---|
GroupId | GroupIdcom.stun4j.boot |
ArtifactId | ArtifactIdstun4j-guid-spring-boot-starter |
Version | Version1.2.1 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.stun4j.boot/stun4j-guid-spring-boot-starter/ -->
<dependency>
<groupId>com.stun4j.boot</groupId>
<artifactId>stun4j-guid-spring-boot-starter</artifactId>
<version>1.2.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.stun4j.boot/stun4j-guid-spring-boot-starter/
implementation 'com.stun4j.boot:stun4j-guid-spring-boot-starter:1.2.1'
// https://jarcasting.com/artifacts/com.stun4j.boot/stun4j-guid-spring-boot-starter/
implementation ("com.stun4j.boot:stun4j-guid-spring-boot-starter:1.2.1")
'com.stun4j.boot:stun4j-guid-spring-boot-starter:jar:1.2.1'
<dependency org="com.stun4j.boot" name="stun4j-guid-spring-boot-starter" rev="1.2.1">
<artifact name="stun4j-guid-spring-boot-starter" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.stun4j.boot', module='stun4j-guid-spring-boot-starter', version='1.2.1')
)
libraryDependencies += "com.stun4j.boot" % "stun4j-guid-spring-boot-starter" % "1.2.1"
[com.stun4j.boot/stun4j-guid-spring-boot-starter "1.2.1"]