GroupId | GroupIdorg.openbp |
---|---|
ArtifactId | ArtifactIdopenbp-common-swing |
Version | Version0.9.10 |
Type | Typejar |
Filename | Size |
---|---|
openbp-common-swing-0.9.10.pom | |
openbp-common-swing-0.9.10.jar | 288 KB |
openbp-common-swing-0.9.10-sources.jar | 224 KB |
openbp-common-swing-0.9.10-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.10</version>
</dependency>
// https://jarcasting.com/artifacts/org.openbp/openbp-common-swing/
implementation 'org.openbp:openbp-common-swing:0.9.10'
// https://jarcasting.com/artifacts/org.openbp/openbp-common-swing/
implementation ("org.openbp:openbp-common-swing:0.9.10")
'org.openbp:openbp-common-swing:jar:0.9.10'
<dependency org="org.openbp" name="openbp-common-swing" rev="0.9.10">
<artifact name="openbp-common-swing" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.openbp', module='openbp-common-swing', version='0.9.10')
)
libraryDependencies += "org.openbp" % "openbp-common-swing" % "0.9.10"
[org.openbp/openbp-common-swing "0.9.10"]