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