Categories |
CategoriesASM Application Layer Libs Bytecode Manipulation |
---|---|
GroupId | GroupIdio.atlasmap |
ArtifactId | ArtifactIdatlas-itests |
Version | Version1.19.0 |
Type | Typewar |
Filename | Size |
---|---|
atlas-itests-1.19.0.pom | |
atlas-itests-1.19.0.war | 8 MB |
atlas-itests-1.19.0-tests.jar | 3 KB |
atlas-itests-1.19.0-sources.jar | 1020 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/io.atlasmap/atlas-itests/ -->
<dependency>
<groupId>io.atlasmap</groupId>
<artifactId>atlas-itests</artifactId>
<version>1.19.0</version>
<type>war</type>
</dependency>
// https://jarcasting.com/artifacts/io.atlasmap/atlas-itests/
implementation 'io.atlasmap:atlas-itests:1.19.0'
// https://jarcasting.com/artifacts/io.atlasmap/atlas-itests/
implementation ("io.atlasmap:atlas-itests:1.19.0")
'io.atlasmap:atlas-itests:war:1.19.0'
<dependency org="io.atlasmap" name="atlas-itests" rev="1.19.0">
<artifact name="atlas-itests" type="war" />
</dependency>
@Grapes(
@Grab(group='io.atlasmap', module='atlas-itests', version='1.19.0')
)
libraryDependencies += "io.atlasmap" % "atlas-itests" % "1.19.0"
[io.atlasmap/atlas-itests "1.19.0"]