Categories |
CategoriesReact User Interface Web Frameworks |
---|---|
GroupId | GroupIdio.smallrye.reactive |
ArtifactId | ArtifactIdsmallrye-axle-core |
Version | Version0.0.15 |
Type | Typejar |
Filename | Size |
---|---|
smallrye-axle-core-0.0.15.pom | |
smallrye-axle-core-0.0.15.jar | 397 KB |
smallrye-axle-core-0.0.15-sources.jar | 169 KB |
smallrye-axle-core-0.0.15-javadoc.jar | 695 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.smallrye.reactive/smallrye-axle-core/ -->
<dependency>
<groupId>io.smallrye.reactive</groupId>
<artifactId>smallrye-axle-core</artifactId>
<version>0.0.15</version>
</dependency>
// https://jarcasting.com/artifacts/io.smallrye.reactive/smallrye-axle-core/
implementation 'io.smallrye.reactive:smallrye-axle-core:0.0.15'
// https://jarcasting.com/artifacts/io.smallrye.reactive/smallrye-axle-core/
implementation ("io.smallrye.reactive:smallrye-axle-core:0.0.15")
'io.smallrye.reactive:smallrye-axle-core:jar:0.0.15'
<dependency org="io.smallrye.reactive" name="smallrye-axle-core" rev="0.0.15">
<artifact name="smallrye-axle-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.smallrye.reactive', module='smallrye-axle-core', version='0.0.15')
)
libraryDependencies += "io.smallrye.reactive" % "smallrye-axle-core" % "0.0.15"
[io.smallrye.reactive/smallrye-axle-core "0.0.15"]