Categories |
CategoriesJava Languages ASM Application Layer Libs Bytecode Manipulation |
---|---|
GroupId | GroupIdio.atlasmap |
ArtifactId | ArtifactIdatlas-java-core-test |
Version | Version2.0.3 |
Type | Typejar |
Filename | Size |
---|---|
atlas-java-core-test-2.0.3.pom | |
atlas-java-core-test-2.0.3.jar | 2 KB |
atlas-java-core-test-2.0.3-tests.jar | 6 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.atlasmap/atlas-java-core-test/ -->
<dependency>
<groupId>io.atlasmap</groupId>
<artifactId>atlas-java-core-test</artifactId>
<version>2.0.3</version>
</dependency>
// https://jarcasting.com/artifacts/io.atlasmap/atlas-java-core-test/
implementation 'io.atlasmap:atlas-java-core-test:2.0.3'
// https://jarcasting.com/artifacts/io.atlasmap/atlas-java-core-test/
implementation ("io.atlasmap:atlas-java-core-test:2.0.3")
'io.atlasmap:atlas-java-core-test:jar:2.0.3'
<dependency org="io.atlasmap" name="atlas-java-core-test" rev="2.0.3">
<artifact name="atlas-java-core-test" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.atlasmap', module='atlas-java-core-test', version='2.0.3')
)
libraryDependencies += "io.atlasmap" % "atlas-java-core-test" % "2.0.3"
[io.atlasmap/atlas-java-core-test "2.0.3"]