Categories |
CategoriesASM Application Layer Libs Bytecode Manipulation |
---|---|
GroupId | GroupIdio.atlasmap.com.sun.xsom |
ArtifactId | ArtifactIdxsom |
Version | Version2.3.7 |
Type | Typejar |
Filename | Size |
---|---|
xsom-2.3.7.pom | |
xsom-2.3.7.jar | 410 KB |
xsom-2.3.7-tests.jar | 13 KB |
xsom-2.3.7-sources.jar | 278 KB |
xsom-2.3.7-javadoc.jar | 1 MB |
Browse |
<!-- https://jarcasting.com/artifacts/io.atlasmap.com.sun.xsom/xsom/ -->
<dependency>
<groupId>io.atlasmap.com.sun.xsom</groupId>
<artifactId>xsom</artifactId>
<version>2.3.7</version>
</dependency>
// https://jarcasting.com/artifacts/io.atlasmap.com.sun.xsom/xsom/
implementation 'io.atlasmap.com.sun.xsom:xsom:2.3.7'
// https://jarcasting.com/artifacts/io.atlasmap.com.sun.xsom/xsom/
implementation ("io.atlasmap.com.sun.xsom:xsom:2.3.7")
'io.atlasmap.com.sun.xsom:xsom:jar:2.3.7'
<dependency org="io.atlasmap.com.sun.xsom" name="xsom" rev="2.3.7">
<artifact name="xsom" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.atlasmap.com.sun.xsom', module='xsom', version='2.3.7')
)
libraryDependencies += "io.atlasmap.com.sun.xsom" % "xsom" % "2.3.7"
[io.atlasmap.com.sun.xsom/xsom "2.3.7"]