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