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