Categories |
CategoriesReact User Interface Web Frameworks |
---|---|
GroupId | GroupIdcom.github.blakepettersson |
ArtifactId | ArtifactIdreactmann-core |
Version | Version0.4-preview |
Type | Typejar |
Filename | Size |
---|---|
reactmann-core-0.4-preview.pom | |
reactmann-core-0.4-preview.jar | 64 KB |
reactmann-core-0.4-preview-sources.jar | 27 KB |
reactmann-core-0.4-preview-javadoc.jar | 205 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.blakepettersson/reactmann-core/ -->
<dependency>
<groupId>com.github.blakepettersson</groupId>
<artifactId>reactmann-core</artifactId>
<version>0.4-preview</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.blakepettersson/reactmann-core/
implementation 'com.github.blakepettersson:reactmann-core:0.4-preview'
// https://jarcasting.com/artifacts/com.github.blakepettersson/reactmann-core/
implementation ("com.github.blakepettersson:reactmann-core:0.4-preview")
'com.github.blakepettersson:reactmann-core:jar:0.4-preview'
<dependency org="com.github.blakepettersson" name="reactmann-core" rev="0.4-preview">
<artifact name="reactmann-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.blakepettersson', module='reactmann-core', version='0.4-preview')
)
libraryDependencies += "com.github.blakepettersson" % "reactmann-core" % "0.4-preview"
[com.github.blakepettersson/reactmann-core "0.4-preview"]