Categories |
CategoriesReact User Interface Web Frameworks ASM Application Layer Libs Bytecode Manipulation |
---|---|
GroupId | GroupIdio.atlasmap |
ArtifactId | ArtifactIdatlasmap-ui-react |
Version | Version2.0.0-M.1 |
Type | Typepom |
Filename | Size |
---|---|
atlasmap-ui-react-2.0.0-M.1.pom | |
atlasmap-ui-react-2.0.0-M.1.zip | 4 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.atlasmap/atlasmap-ui-react/ -->
<dependency>
<groupId>io.atlasmap</groupId>
<artifactId>atlasmap-ui-react</artifactId>
<version>2.0.0-M.1</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/io.atlasmap/atlasmap-ui-react/
implementation 'io.atlasmap:atlasmap-ui-react:2.0.0-M.1'
// https://jarcasting.com/artifacts/io.atlasmap/atlasmap-ui-react/
implementation ("io.atlasmap:atlasmap-ui-react:2.0.0-M.1")
'io.atlasmap:atlasmap-ui-react:pom:2.0.0-M.1'
<dependency org="io.atlasmap" name="atlasmap-ui-react" rev="2.0.0-M.1">
<artifact name="atlasmap-ui-react" type="pom" />
</dependency>
@Grapes(
@Grab(group='io.atlasmap', module='atlasmap-ui-react', version='2.0.0-M.1')
)
libraryDependencies += "io.atlasmap" % "atlasmap-ui-react" % "2.0.0-M.1"
[io.atlasmap/atlasmap-ui-react "2.0.0-M.1"]