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