License |
License |
---|---|
GroupId | GroupIdcom.twitter.serial |
ArtifactId | ArtifactIdserial |
Last Version | Last Version0.1.6 |
Release Date | Release Date |
Type | Typeaar |
Description |
DescriptionSerial
Light-weight, fast framework for object serialization in Java, with Android support.
|
Project URL |
Project URL |
Filename | Size |
---|---|
serial-0.1.6.pom | |
serial-0.1.6.jar | 78 KB |
serial-0.1.6-sources.jar | 44 KB |
serial-0.1.6-javadoc.jar | 261 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/com.twitter.serial/serial/ -->
<dependency>
<groupId>com.twitter.serial</groupId>
<artifactId>serial</artifactId>
<version>0.1.6</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.twitter.serial/serial/
implementation 'com.twitter.serial:serial:0.1.6'
// https://jarcasting.com/artifacts/com.twitter.serial/serial/
implementation ("com.twitter.serial:serial:0.1.6")
'com.twitter.serial:serial:aar:0.1.6'
<dependency org="com.twitter.serial" name="serial" rev="0.1.6">
<artifact name="serial" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.twitter.serial', module='serial', version='0.1.6')
)
libraryDependencies += "com.twitter.serial" % "serial" % "0.1.6"
[com.twitter.serial/serial "0.1.6"]