Categories |
CategoriesReact User Interface Web Frameworks ASM Application Layer Libs Bytecode Manipulation |
---|---|
GroupId | GroupIdio.atlasmap |
ArtifactId | ArtifactIdatlasmap-standalone-reactui |
Version | Version2.0.0-M.3 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/io.atlasmap/atlasmap-standalone-reactui/ -->
<dependency>
<groupId>io.atlasmap</groupId>
<artifactId>atlasmap-standalone-reactui</artifactId>
<version>2.0.0-M.3</version>
</dependency>
// https://jarcasting.com/artifacts/io.atlasmap/atlasmap-standalone-reactui/
implementation 'io.atlasmap:atlasmap-standalone-reactui:2.0.0-M.3'
// https://jarcasting.com/artifacts/io.atlasmap/atlasmap-standalone-reactui/
implementation ("io.atlasmap:atlasmap-standalone-reactui:2.0.0-M.3")
'io.atlasmap:atlasmap-standalone-reactui:jar:2.0.0-M.3'
<dependency org="io.atlasmap" name="atlasmap-standalone-reactui" rev="2.0.0-M.3">
<artifact name="atlasmap-standalone-reactui" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.atlasmap', module='atlasmap-standalone-reactui', version='2.0.0-M.3')
)
libraryDependencies += "io.atlasmap" % "atlasmap-standalone-reactui" % "2.0.0-M.3"
[io.atlasmap/atlasmap-standalone-reactui "2.0.0-M.3"]