| License |
License |
|---|---|
| GroupId | GroupIdcom.github.xsonorg |
| ArtifactId | ArtifactIdxson-core |
| Version | Version1.0.1 |
| Type | Typejar |
| Description |
Descriptionxson-core
Xson is Java object serialization and serialization processor
|
| Project URL |
Project URL |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| xson-core-1.0.1.pom | |
| xson-core-1.0.1.jar | 188 KB |
| xson-core-1.0.1-sources.jar | 163 KB |
| xson-core-1.0.1-javadoc.jar | 655 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.github.xsonorg/xson-core/ -->
<dependency>
<groupId>com.github.xsonorg</groupId>
<artifactId>xson-core</artifactId>
<version>1.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.xsonorg/xson-core/
implementation 'com.github.xsonorg:xson-core:1.0.1'
// https://jarcasting.com/artifacts/com.github.xsonorg/xson-core/
implementation ("com.github.xsonorg:xson-core:1.0.1")
'com.github.xsonorg:xson-core:jar:1.0.1'
<dependency org="com.github.xsonorg" name="xson-core" rev="1.0.1">
<artifact name="xson-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.xsonorg', module='xson-core', version='1.0.1')
)
libraryDependencies += "com.github.xsonorg" % "xson-core" % "1.0.1"
[com.github.xsonorg/xson-core "1.0.1"]
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar | 4.10 |