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