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