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