Categories |
CategoriesORM Data Serialization Data Formats |
---|---|
GroupId | GroupIdcom.cedarsoft.serialization.test |
ArtifactId | ArtifactIdperformance |
Version | Version6.2.0 |
Type | Typejar |
Filename | Size |
---|---|
performance-6.2.0.pom | |
performance-6.2.0.jar | 12 KB |
performance-6.2.0-tests.jar | 56 KB |
performance-6.2.0-sources.jar | 11 KB |
performance-6.2.0-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>6.2.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.cedarsoft.serialization.test/performance/
implementation 'com.cedarsoft.serialization.test:performance:6.2.0'
// https://jarcasting.com/artifacts/com.cedarsoft.serialization.test/performance/
implementation ("com.cedarsoft.serialization.test:performance:6.2.0")
'com.cedarsoft.serialization.test:performance:jar:6.2.0'
<dependency org="com.cedarsoft.serialization.test" name="performance" rev="6.2.0">
<artifact name="performance" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.cedarsoft.serialization.test', module='performance', version='6.2.0')
)
libraryDependencies += "com.cedarsoft.serialization.test" % "performance" % "6.2.0"
[com.cedarsoft.serialization.test/performance "6.2.0"]