Categories |
CategoriesORM Data Serialization Data Formats |
---|---|
GroupId | GroupIdcom.cedarsoft.serialization.test |
ArtifactId | ArtifactIdperformance |
Version | Version8.0.1 |
Type | Typejar |
Filename | Size |
---|---|
performance-8.0.1.pom | |
performance-8.0.1.jar | 12 KB |
performance-8.0.1-tests.jar | 56 KB |
performance-8.0.1-sources.jar | 13 KB |
performance-8.0.1-javadoc.jar | 50 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.cedarsoft.serialization.test/performance/ -->
<dependency>
<groupId>com.cedarsoft.serialization.test</groupId>
<artifactId>performance</artifactId>
<version>8.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.cedarsoft.serialization.test/performance/
implementation 'com.cedarsoft.serialization.test:performance:8.0.1'
// https://jarcasting.com/artifacts/com.cedarsoft.serialization.test/performance/
implementation ("com.cedarsoft.serialization.test:performance:8.0.1")
'com.cedarsoft.serialization.test:performance:jar:8.0.1'
<dependency org="com.cedarsoft.serialization.test" name="performance" rev="8.0.1">
<artifact name="performance" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.cedarsoft.serialization.test', module='performance', version='8.0.1')
)
libraryDependencies += "com.cedarsoft.serialization.test" % "performance" % "8.0.1"
[com.cedarsoft.serialization.test/performance "8.0.1"]