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