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