GroupId | GroupIdcom.github.micromix |
---|---|
ArtifactId | ArtifactIdmicromix-conflet-restgateway-spring |
Version | Version0.8 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.github.micromix/micromix-conflet-restgateway-spring/ -->
<dependency>
<groupId>com.github.micromix</groupId>
<artifactId>micromix-conflet-restgateway-spring</artifactId>
<version>0.8</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.micromix/micromix-conflet-restgateway-spring/
implementation 'com.github.micromix:micromix-conflet-restgateway-spring:0.8'
// https://jarcasting.com/artifacts/com.github.micromix/micromix-conflet-restgateway-spring/
implementation ("com.github.micromix:micromix-conflet-restgateway-spring:0.8")
'com.github.micromix:micromix-conflet-restgateway-spring:jar:0.8'
<dependency org="com.github.micromix" name="micromix-conflet-restgateway-spring" rev="0.8">
<artifact name="micromix-conflet-restgateway-spring" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.micromix', module='micromix-conflet-restgateway-spring', version='0.8')
)
libraryDependencies += "com.github.micromix" % "micromix-conflet-restgateway-spring" % "0.8"
[com.github.micromix/micromix-conflet-restgateway-spring "0.8"]