Categories |
CategoriesReact User Interface Web Frameworks |
---|---|
GroupId | GroupIdde.adito.propertly |
ArtifactId | ArtifactIdpropertly.reactive |
Version | Version1.0.1 |
Type | Typejar |
Filename | Size |
---|---|
propertly.reactive-1.0.1.pom | |
propertly.reactive-1.0.1.jar | 21 KB |
propertly.reactive-1.0.1-sources.jar | 13 KB |
propertly.reactive-1.0.1-javadoc.jar | 84 KB |
Browse |
<!-- https://jarcasting.com/artifacts/de.adito.propertly/propertly.reactive/ -->
<dependency>
<groupId>de.adito.propertly</groupId>
<artifactId>propertly.reactive</artifactId>
<version>1.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/de.adito.propertly/propertly.reactive/
implementation 'de.adito.propertly:propertly.reactive:1.0.1'
// https://jarcasting.com/artifacts/de.adito.propertly/propertly.reactive/
implementation ("de.adito.propertly:propertly.reactive:1.0.1")
'de.adito.propertly:propertly.reactive:jar:1.0.1'
<dependency org="de.adito.propertly" name="propertly.reactive" rev="1.0.1">
<artifact name="propertly.reactive" type="jar" />
</dependency>
@Grapes(
@Grab(group='de.adito.propertly', module='propertly.reactive', version='1.0.1')
)
libraryDependencies += "de.adito.propertly" % "propertly.reactive" % "1.0.1"
[de.adito.propertly/propertly.reactive "1.0.1"]