Categories |
CategoriesNet |
---|---|
GroupId | GroupIdnet.sf.jguard |
ArtifactId | ArtifactIdjguard-swing-example |
Version | Version1.00-beta-1 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/net.sf.jguard/jguard-swing-example/ -->
<dependency>
<groupId>net.sf.jguard</groupId>
<artifactId>jguard-swing-example</artifactId>
<version>1.00-beta-1</version>
</dependency>
// https://jarcasting.com/artifacts/net.sf.jguard/jguard-swing-example/
implementation 'net.sf.jguard:jguard-swing-example:1.00-beta-1'
// https://jarcasting.com/artifacts/net.sf.jguard/jguard-swing-example/
implementation ("net.sf.jguard:jguard-swing-example:1.00-beta-1")
'net.sf.jguard:jguard-swing-example:jar:1.00-beta-1'
<dependency org="net.sf.jguard" name="jguard-swing-example" rev="1.00-beta-1">
<artifact name="jguard-swing-example" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.sf.jguard', module='jguard-swing-example', version='1.00-beta-1')
)
libraryDependencies += "net.sf.jguard" % "jguard-swing-example" % "1.00-beta-1"
[net.sf.jguard/jguard-swing-example "1.00-beta-1"]