Categories |
CategoriesAnt Build Tools React User Interface Web Frameworks |
---|---|
GroupId | GroupIddev.reactant |
ArtifactId | ArtifactIdreactant |
Version | Version0.2.0 |
Type | Typejar |
Filename | Size |
---|---|
reactant-0.2.0.pom | |
reactant-0.2.0.jar | 1 MB |
reactant-0.2.0-sources.jar | 162 KB |
reactant-0.2.0-javadoc.jar | 261 bytes |
reactant-0.2.0-dokka.jar | 1 MB |
reactant-0.2.0-all.jar | 13 MB |
Browse |
<!-- https://jarcasting.com/artifacts/dev.reactant/reactant/ -->
<dependency>
<groupId>dev.reactant</groupId>
<artifactId>reactant</artifactId>
<version>0.2.0</version>
</dependency>
// https://jarcasting.com/artifacts/dev.reactant/reactant/
implementation 'dev.reactant:reactant:0.2.0'
// https://jarcasting.com/artifacts/dev.reactant/reactant/
implementation ("dev.reactant:reactant:0.2.0")
'dev.reactant:reactant:jar:0.2.0'
<dependency org="dev.reactant" name="reactant" rev="0.2.0">
<artifact name="reactant" type="jar" />
</dependency>
@Grapes(
@Grab(group='dev.reactant', module='reactant', version='0.2.0')
)
libraryDependencies += "dev.reactant" % "reactant" % "0.2.0"
[dev.reactant/reactant "0.2.0"]