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