is not current version
Last Version 8.9.0

com.cedarsoft.serialization:test 7.0.0-alpha1


Categories

Categories

Serialization Data Data Formats
GroupId

GroupId

com.cedarsoft.serialization
ArtifactId

ArtifactId

test
Version

Version

7.0.0-alpha1
Type

Type

jar

Download test 7.0.0-alpha1


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