Categories |
CategoriesNet GUI User Interface |
---|---|
GroupId | GroupIdnet.sf.doolin |
ArtifactId | ArtifactIddoolin-guitemplate |
Last Version | Last Version1.0.RC1 |
Release Date | Release Date |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/net.sf.doolin/doolin-guitemplate/ -->
<dependency>
<groupId>net.sf.doolin</groupId>
<artifactId>doolin-guitemplate</artifactId>
<version>1.0.RC1</version>
</dependency>
// https://jarcasting.com/artifacts/net.sf.doolin/doolin-guitemplate/
implementation 'net.sf.doolin:doolin-guitemplate:1.0.RC1'
// https://jarcasting.com/artifacts/net.sf.doolin/doolin-guitemplate/
implementation ("net.sf.doolin:doolin-guitemplate:1.0.RC1")
'net.sf.doolin:doolin-guitemplate:jar:1.0.RC1'
<dependency org="net.sf.doolin" name="doolin-guitemplate" rev="1.0.RC1">
<artifact name="doolin-guitemplate" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.sf.doolin', module='doolin-guitemplate', version='1.0.RC1')
)
libraryDependencies += "net.sf.doolin" % "doolin-guitemplate" % "1.0.RC1"
[net.sf.doolin/doolin-guitemplate "1.0.RC1"]