GroupId | GroupIdorg.openbp |
---|---|
ArtifactId | ArtifactIdopenbp-common-swing |
Version | Version0.9.8 |
Type | Typejar |
Filename | Size |
---|---|
openbp-common-swing-0.9.8.pom | |
openbp-common-swing-0.9.8.jar | 288 KB |
openbp-common-swing-0.9.8-sources.jar | 224 KB |
openbp-common-swing-0.9.8-javadoc.jar | 788 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.openbp/openbp-common-swing/ -->
<dependency>
<groupId>org.openbp</groupId>
<artifactId>openbp-common-swing</artifactId>
<version>0.9.8</version>
</dependency>
// https://jarcasting.com/artifacts/org.openbp/openbp-common-swing/
implementation 'org.openbp:openbp-common-swing:0.9.8'
// https://jarcasting.com/artifacts/org.openbp/openbp-common-swing/
implementation ("org.openbp:openbp-common-swing:0.9.8")
'org.openbp:openbp-common-swing:jar:0.9.8'
<dependency org="org.openbp" name="openbp-common-swing" rev="0.9.8">
<artifact name="openbp-common-swing" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.openbp', module='openbp-common-swing', version='0.9.8')
)
libraryDependencies += "org.openbp" % "openbp-common-swing" % "0.9.8"
[org.openbp/openbp-common-swing "0.9.8"]