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