mfz-ruby-marshal

Java library for reading and writing to/from serialized Ruby objects that use Marshal.dump and Marshal.load

License

License

Categories

Categories

Ruby Languages
GroupId

GroupId

com.mfizz
ArtifactId

ArtifactId

mfz-ruby-marshal
Last Version

Last Version

1.0.2
Release Date

Release Date

Type

Type

jar
Description

Description

mfz-ruby-marshal
Java library for reading and writing to/from serialized Ruby objects that use Marshal.dump and Marshal.load
Project URL

Project URL

http://code.google.com/p/mfz-ruby-marshal/
Project Organization

Project Organization

mfizz
Source Code Management

Source Code Management

http://code.google.com/p/mfz-ruby-marshal/source/browse/

Download mfz-ruby-marshal

How to add to project

<!-- https://jarcasting.com/artifacts/com.mfizz/mfz-ruby-marshal/ -->
<dependency>
    <groupId>com.mfizz</groupId>
    <artifactId>mfz-ruby-marshal</artifactId>
    <version>1.0.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.mfizz/mfz-ruby-marshal/
implementation 'com.mfizz:mfz-ruby-marshal:1.0.2'
// https://jarcasting.com/artifacts/com.mfizz/mfz-ruby-marshal/
implementation ("com.mfizz:mfz-ruby-marshal:1.0.2")
'com.mfizz:mfz-ruby-marshal:jar:1.0.2'
<dependency org="com.mfizz" name="mfz-ruby-marshal" rev="1.0.2">
  <artifact name="mfz-ruby-marshal" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.mfizz', module='mfz-ruby-marshal', version='1.0.2')
)
libraryDependencies += "com.mfizz" % "mfz-ruby-marshal" % "1.0.2"
[com.mfizz/mfz-ruby-marshal "1.0.2"]

Dependencies

compile (1)

Group / Artifact Type Version
org.slf4j : slf4j-api jar 1.6.6

test (3)

Group / Artifact Type Version
ch.qos.logback : logback-classic jar 1.0.7
junit : junit jar 4.10
commons-codec : commons-codec jar 1.6

Project Modules

There are no modules declared in this project.

Versions

Version
1.0.2
1.0.0