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