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