Categories |
CategoriesORM Data |
---|---|
GroupId | GroupIdcom.jporm |
ArtifactId | ArtifactIdjporm-integration-tests-benchmark |
Version | Version7.0.3 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.jporm/jporm-integration-tests-benchmark/ -->
<dependency>
<groupId>com.jporm</groupId>
<artifactId>jporm-integration-tests-benchmark</artifactId>
<version>7.0.3</version>
</dependency>
// https://jarcasting.com/artifacts/com.jporm/jporm-integration-tests-benchmark/
implementation 'com.jporm:jporm-integration-tests-benchmark:7.0.3'
// https://jarcasting.com/artifacts/com.jporm/jporm-integration-tests-benchmark/
implementation ("com.jporm:jporm-integration-tests-benchmark:7.0.3")
'com.jporm:jporm-integration-tests-benchmark:jar:7.0.3'
<dependency org="com.jporm" name="jporm-integration-tests-benchmark" rev="7.0.3">
<artifact name="jporm-integration-tests-benchmark" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.jporm', module='jporm-integration-tests-benchmark', version='7.0.3')
)
libraryDependencies += "com.jporm" % "jporm-integration-tests-benchmark" % "7.0.3"
[com.jporm/jporm-integration-tests-benchmark "7.0.3"]