GroupId | GroupIdorg.openbp |
---|---|
ArtifactId | ArtifactIdopenbp-model-testcase |
Version | Version0.9.8 |
Type | Typejar |
Filename | Size |
---|---|
openbp-model-testcase-0.9.8.pom | |
openbp-model-testcase-0.9.8.jar | 28 KB |
openbp-model-testcase-0.9.8-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.8</version>
</dependency>
// https://jarcasting.com/artifacts/org.openbp/openbp-model-testcase/
implementation 'org.openbp:openbp-model-testcase:0.9.8'
// https://jarcasting.com/artifacts/org.openbp/openbp-model-testcase/
implementation ("org.openbp:openbp-model-testcase:0.9.8")
'org.openbp:openbp-model-testcase:jar:0.9.8'
<dependency org="org.openbp" name="openbp-model-testcase" rev="0.9.8">
<artifact name="openbp-model-testcase" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.openbp', module='openbp-model-testcase', version='0.9.8')
)
libraryDependencies += "org.openbp" % "openbp-model-testcase" % "0.9.8"
[org.openbp/openbp-model-testcase "0.9.8"]