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