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