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