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