Categories |
CategoriesNet React User Interface Web Frameworks |
---|---|
GroupId | GroupIdnet.soundvibe |
ArtifactId | ArtifactIdreacto |
Version | Version0.0.2 |
Type | Typejar |
Filename | Size |
---|---|
reacto-0.0.2.pom | |
reacto-0.0.2.jar | 110 KB |
reacto-0.0.2-sources.jar | 41 KB |
reacto-0.0.2-javadoc.jar | 352 KB |
Browse |
<!-- https://jarcasting.com/artifacts/net.soundvibe/reacto/ -->
<dependency>
<groupId>net.soundvibe</groupId>
<artifactId>reacto</artifactId>
<version>0.0.2</version>
</dependency>
// https://jarcasting.com/artifacts/net.soundvibe/reacto/
implementation 'net.soundvibe:reacto:0.0.2'
// https://jarcasting.com/artifacts/net.soundvibe/reacto/
implementation ("net.soundvibe:reacto:0.0.2")
'net.soundvibe:reacto:jar:0.0.2'
<dependency org="net.soundvibe" name="reacto" rev="0.0.2">
<artifact name="reacto" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.soundvibe', module='reacto', version='0.0.2')
)
libraryDependencies += "net.soundvibe" % "reacto" % "0.0.2"
[net.soundvibe/reacto "0.0.2"]