Categories |
CategoriesReact User Interface Web Frameworks |
---|---|
GroupId | GroupIdde.mhus.cherry.reactive |
ArtifactId | ArtifactIdreactive-tools |
Version | Version1.0.1 |
Type | Typepom |
Filename | Size |
---|---|
reactive-tools-1.0.1.pom | 1 KB |
Browse |
<!-- https://jarcasting.com/artifacts/de.mhus.cherry.reactive/reactive-tools/ -->
<dependency>
<groupId>de.mhus.cherry.reactive</groupId>
<artifactId>reactive-tools</artifactId>
<version>1.0.1</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/de.mhus.cherry.reactive/reactive-tools/
implementation 'de.mhus.cherry.reactive:reactive-tools:1.0.1'
// https://jarcasting.com/artifacts/de.mhus.cherry.reactive/reactive-tools/
implementation ("de.mhus.cherry.reactive:reactive-tools:1.0.1")
'de.mhus.cherry.reactive:reactive-tools:pom:1.0.1'
<dependency org="de.mhus.cherry.reactive" name="reactive-tools" rev="1.0.1">
<artifact name="reactive-tools" type="pom" />
</dependency>
@Grapes(
@Grab(group='de.mhus.cherry.reactive', module='reactive-tools', version='1.0.1')
)
libraryDependencies += "de.mhus.cherry.reactive" % "reactive-tools" % "1.0.1"
[de.mhus.cherry.reactive/reactive-tools "1.0.1"]