Categories |
CategoriesReact User Interface Web Frameworks CLI |
---|---|
GroupId | GroupIdio.smallrye.reactive |
ArtifactId | ArtifactIdsmallrye-axle-clients |
Version | Version0.0.6 |
Type | Typepom |
Filename | Size |
---|---|
smallrye-axle-clients-0.0.6.pom | 1 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.smallrye.reactive/smallrye-axle-clients/ -->
<dependency>
<groupId>io.smallrye.reactive</groupId>
<artifactId>smallrye-axle-clients</artifactId>
<version>0.0.6</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/io.smallrye.reactive/smallrye-axle-clients/
implementation 'io.smallrye.reactive:smallrye-axle-clients:0.0.6'
// https://jarcasting.com/artifacts/io.smallrye.reactive/smallrye-axle-clients/
implementation ("io.smallrye.reactive:smallrye-axle-clients:0.0.6")
'io.smallrye.reactive:smallrye-axle-clients:pom:0.0.6'
<dependency org="io.smallrye.reactive" name="smallrye-axle-clients" rev="0.0.6">
<artifact name="smallrye-axle-clients" type="pom" />
</dependency>
@Grapes(
@Grab(group='io.smallrye.reactive', module='smallrye-axle-clients', version='0.0.6')
)
libraryDependencies += "io.smallrye.reactive" % "smallrye-axle-clients" % "0.0.6"
[io.smallrye.reactive/smallrye-axle-clients "0.0.6"]