| Categories |
CategoriesASM Application Layer Libs Bytecode Manipulation |
|---|---|
| GroupId | GroupIdio.atlasmap |
| ArtifactId | ArtifactIdatlas-docs |
| Version | Version2.0.0-M.4 |
| Type | Typepom |
| Filename | Size |
|---|---|
| atlas-docs-2.0.0-M.4.pom | 13 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/io.atlasmap/atlas-docs/ -->
<dependency>
<groupId>io.atlasmap</groupId>
<artifactId>atlas-docs</artifactId>
<version>2.0.0-M.4</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/io.atlasmap/atlas-docs/
implementation 'io.atlasmap:atlas-docs:2.0.0-M.4'
// https://jarcasting.com/artifacts/io.atlasmap/atlas-docs/
implementation ("io.atlasmap:atlas-docs:2.0.0-M.4")
'io.atlasmap:atlas-docs:pom:2.0.0-M.4'
<dependency org="io.atlasmap" name="atlas-docs" rev="2.0.0-M.4">
<artifact name="atlas-docs" type="pom" />
</dependency>
@Grapes(
@Grab(group='io.atlasmap', module='atlas-docs', version='2.0.0-M.4')
)
libraryDependencies += "io.atlasmap" % "atlas-docs" % "2.0.0-M.4"
[io.atlasmap/atlas-docs "2.0.0-M.4"]