is not current version
Last Version 0.4

org.ssf4j:ssf4j-parent 0.3.1

Simple Serialization Facade for Java Wrapper around existing serializaiton libraries that provides a common API. Library developers can use ssf4j to make serialization-independent libraries, where the actual serialization mechanism is supplied by the library user.

GroupId

GroupId

org.ssf4j
ArtifactId

ArtifactId

ssf4j-parent
Version

Version

0.3.1
Type

Type

jar

Download ssf4j-parent 0.3.1


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