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