License |
License |
---|---|
Categories |
CategoriesRuby Languages |
GroupId | GroupIdcom.mfizz |
ArtifactId | ArtifactIdmfz-ruby-marshal |
Last Version | Last Version1.0.2 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionmfz-ruby-marshal
Java library for reading and writing to/from serialized Ruby objects that use Marshal.dump and Marshal.load
|
Project URL |
Project URL |
Project Organization |
Project Organization |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
mfz-ruby-marshal-1.0.2.pom | |
mfz-ruby-marshal-1.0.2.jar | 19 KB |
mfz-ruby-marshal-1.0.2-sources.jar | 21 KB |
mfz-ruby-marshal-1.0.2-javadoc.jar | 104 KB |
Browse |
<!-- 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"]
Group / Artifact | Type | Version |
---|---|---|
org.slf4j : slf4j-api | jar | 1.6.6 |
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 |