Categories |
CategoriesReact User Interface Web Frameworks |
---|---|
GroupId | GroupIdtech.picnic.reactive-support |
ArtifactId | ArtifactIdreactive-support |
Version | Version0.0.1 |
Type | Typepom |
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"]