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