Categories |
CategoriesSpring Boot Container Microservices |
---|---|
GroupId | GroupIdcom.github.martinkoster |
ArtifactId | ArtifactIdactionfx-spring-boot |
Version | Version0.0.2 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.github.martinkoster/actionfx-spring-boot/ -->
<dependency>
<groupId>com.github.martinkoster</groupId>
<artifactId>actionfx-spring-boot</artifactId>
<version>0.0.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.martinkoster/actionfx-spring-boot/
implementation 'com.github.martinkoster:actionfx-spring-boot:0.0.2'
// https://jarcasting.com/artifacts/com.github.martinkoster/actionfx-spring-boot/
implementation ("com.github.martinkoster:actionfx-spring-boot:0.0.2")
'com.github.martinkoster:actionfx-spring-boot:jar:0.0.2'
<dependency org="com.github.martinkoster" name="actionfx-spring-boot" rev="0.0.2">
<artifact name="actionfx-spring-boot" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.martinkoster', module='actionfx-spring-boot', version='0.0.2')
)
libraryDependencies += "com.github.martinkoster" % "actionfx-spring-boot" % "0.0.2"
[com.github.martinkoster/actionfx-spring-boot "0.0.2"]