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