License |
License |
---|---|
Categories |
CategoriesNet GUI User Interface |
GroupId | GroupIdnet.sf.jguiraffe |
ArtifactId | ArtifactIdjguiraffe-parent |
Last Version | Last Version1.4 |
Release Date | Release Date |
Type | Typepom |
Description |
DescriptionJGUIraffe Parent
The parent pom of the JGUIraffe project.
|
Project Organization |
Project OrganizationThe JGUIraffe Team |
Filename | Size |
---|---|
jguiraffe-parent-1.4.pom | 11 KB |
Browse |
<!-- https://jarcasting.com/artifacts/net.sf.jguiraffe/jguiraffe-parent/ -->
<dependency>
<groupId>net.sf.jguiraffe</groupId>
<artifactId>jguiraffe-parent</artifactId>
<version>1.4</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/net.sf.jguiraffe/jguiraffe-parent/
implementation 'net.sf.jguiraffe:jguiraffe-parent:1.4'
// https://jarcasting.com/artifacts/net.sf.jguiraffe/jguiraffe-parent/
implementation ("net.sf.jguiraffe:jguiraffe-parent:1.4")
'net.sf.jguiraffe:jguiraffe-parent:pom:1.4'
<dependency org="net.sf.jguiraffe" name="jguiraffe-parent" rev="1.4">
<artifact name="jguiraffe-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='net.sf.jguiraffe', module='jguiraffe-parent', version='1.4')
)
libraryDependencies += "net.sf.jguiraffe" % "jguiraffe-parent" % "1.4"
[net.sf.jguiraffe/jguiraffe-parent "1.4"]