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