is not current version
Last Version 0.0.2

tech.picnic.reactive-support:reactive-support 0.0.1

Reactive programming support library by Picnic.

Categories

Categories

React User Interface Web Frameworks
GroupId

GroupId

tech.picnic.reactive-support
ArtifactId

ArtifactId

reactive-support
Version

Version

0.0.1
Type

Type

pom

Download reactive-support 0.0.1

Filename Size
reactive-support-0.0.1.pom 47 KB
Browse

<!-- https://jarcasting.com/artifacts/tech.picnic.reactive-support/reactive-support/ -->
<dependency>
    <groupId>tech.picnic.reactive-support</groupId>
    <artifactId>reactive-support</artifactId>
    <version>0.0.1</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/tech.picnic.reactive-support/reactive-support/
implementation 'tech.picnic.reactive-support:reactive-support:0.0.1'
// https://jarcasting.com/artifacts/tech.picnic.reactive-support/reactive-support/
implementation ("tech.picnic.reactive-support:reactive-support:0.0.1")
'tech.picnic.reactive-support:reactive-support:pom:0.0.1'
<dependency org="tech.picnic.reactive-support" name="reactive-support" rev="0.0.1">
  <artifact name="reactive-support" type="pom" />
</dependency>
@Grapes(
@Grab(group='tech.picnic.reactive-support', module='reactive-support', version='0.0.1')
)
libraryDependencies += "tech.picnic.reactive-support" % "reactive-support" % "0.0.1"
[tech.picnic.reactive-support/reactive-support "0.0.1"]