License |
License |
---|---|
GroupId | GroupIdcom.larswerkman |
ArtifactId | ArtifactIdboxer |
Last Version | Last Version0.4.2 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionBoxer
Annotation based serialization for java and Android
|
Project URL |
Project URL |
Filename | Size |
---|---|
boxer-0.4.2.pom | |
boxer-0.4.2.jar | 32 KB |
boxer-0.4.2-sources.jar | 19 KB |
boxer-0.4.2-javadoc.jar | 76 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.larswerkman/boxer/ -->
<dependency>
<groupId>com.larswerkman</groupId>
<artifactId>boxer</artifactId>
<version>0.4.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.larswerkman/boxer/
implementation 'com.larswerkman:boxer:0.4.2'
// https://jarcasting.com/artifacts/com.larswerkman/boxer/
implementation ("com.larswerkman:boxer:0.4.2")
'com.larswerkman:boxer:jar:0.4.2'
<dependency org="com.larswerkman" name="boxer" rev="0.4.2">
<artifact name="boxer" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.larswerkman', module='boxer', version='0.4.2')
)
libraryDependencies += "com.larswerkman" % "boxer" % "0.4.2"
[com.larswerkman/boxer "0.4.2"]
Group / Artifact | Type | Version |
---|---|---|
com.squareup : javapoet | jar | 1.2.0 |
Group / Artifact | Type | Version |
---|---|---|
org.assertj : assertj-core | jar | 2.0.0 |
com.google.guava : guava | jar | 12.0 |
junit : junit | jar | 4.12 |
org.robolectric : robolectric | jar | 3.0-rc2 |