GroupId | GroupIdorg.openbp |
---|---|
ArtifactId | ArtifactIdopenbp-model-testcase |
Version | Version0.9.10 |
Type | Typejar |
Filename | Size |
---|---|
openbp-model-testcase-0.9.10.pom | |
openbp-model-testcase-0.9.10.jar | 28 KB |
openbp-model-testcase-0.9.10-sources.jar | 27 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.openbp/openbp-model-testcase/ -->
<dependency>
<groupId>org.openbp</groupId>
<artifactId>openbp-model-testcase</artifactId>
<version>0.9.10</version>
</dependency>
// https://jarcasting.com/artifacts/org.openbp/openbp-model-testcase/
implementation 'org.openbp:openbp-model-testcase:0.9.10'
// https://jarcasting.com/artifacts/org.openbp/openbp-model-testcase/
implementation ("org.openbp:openbp-model-testcase:0.9.10")
'org.openbp:openbp-model-testcase:jar:0.9.10'
<dependency org="org.openbp" name="openbp-model-testcase" rev="0.9.10">
<artifact name="openbp-model-testcase" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.openbp', module='openbp-model-testcase', version='0.9.10')
)
libraryDependencies += "org.openbp" % "openbp-model-testcase" % "0.9.10"
[org.openbp/openbp-model-testcase "0.9.10"]