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