is not current version
Last Version 1.0.2

com.mfizz:mfz-ruby-marshal 1.0.0

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

Categories

Categories

Ruby Languages
GroupId

GroupId

com.mfizz
ArtifactId

ArtifactId

mfz-ruby-marshal
Version

Version

1.0.0
Type

Type

jar

Download mfz-ruby-marshal 1.0.0


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