Categories |
CategoriesAnt Build Tools Net |
---|---|
GroupId | GroupIdnet.sf.sf3jswing |
ArtifactId | ArtifactIdAntBuildFiles |
Version | Version1.0.11 |
Type | Typejar |
Filename | Size |
---|---|
AntBuildFiles-1.0.11.pom | |
AntBuildFiles-1.0.11.jar | 378 KB |
AntBuildFiles-1.0.11-sources.jar | 375 KB |
Browse |
<!-- https://jarcasting.com/artifacts/net.sf.sf3jswing/AntBuildFiles/ -->
<dependency>
<groupId>net.sf.sf3jswing</groupId>
<artifactId>AntBuildFiles</artifactId>
<version>1.0.11</version>
</dependency>
// https://jarcasting.com/artifacts/net.sf.sf3jswing/AntBuildFiles/
implementation 'net.sf.sf3jswing:AntBuildFiles:1.0.11'
// https://jarcasting.com/artifacts/net.sf.sf3jswing/AntBuildFiles/
implementation ("net.sf.sf3jswing:AntBuildFiles:1.0.11")
'net.sf.sf3jswing:AntBuildFiles:jar:1.0.11'
<dependency org="net.sf.sf3jswing" name="AntBuildFiles" rev="1.0.11">
<artifact name="AntBuildFiles" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.sf.sf3jswing', module='AntBuildFiles', version='1.0.11')
)
libraryDependencies += "net.sf.sf3jswing" % "AntBuildFiles" % "1.0.11"
[net.sf.sf3jswing/AntBuildFiles "1.0.11"]