Categories |
CategoriesNet CLI User Interface |
---|---|
GroupId | GroupIdnet.sourceforge.jbizmo |
ArtifactId | ArtifactIdjbizmo-commons-richclient |
Version | Version2.5.1 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/net.sourceforge.jbizmo/jbizmo-commons-richclient/ -->
<dependency>
<groupId>net.sourceforge.jbizmo</groupId>
<artifactId>jbizmo-commons-richclient</artifactId>
<version>2.5.1</version>
</dependency>
// https://jarcasting.com/artifacts/net.sourceforge.jbizmo/jbizmo-commons-richclient/
implementation 'net.sourceforge.jbizmo:jbizmo-commons-richclient:2.5.1'
// https://jarcasting.com/artifacts/net.sourceforge.jbizmo/jbizmo-commons-richclient/
implementation ("net.sourceforge.jbizmo:jbizmo-commons-richclient:2.5.1")
'net.sourceforge.jbizmo:jbizmo-commons-richclient:jar:2.5.1'
<dependency org="net.sourceforge.jbizmo" name="jbizmo-commons-richclient" rev="2.5.1">
<artifact name="jbizmo-commons-richclient" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.sourceforge.jbizmo', module='jbizmo-commons-richclient', version='2.5.1')
)
libraryDependencies += "net.sourceforge.jbizmo" % "jbizmo-commons-richclient" % "2.5.1"
[net.sourceforge.jbizmo/jbizmo-commons-richclient "2.5.1"]