| License | License | 
|---|---|
| Categories | CategoriesAnt Build Tools Net | 
| GroupId | GroupIdnet.sf.sf3jswing | 
| ArtifactId | ArtifactIdAntBuildFiles | 
| Last Version | Last Version1.0.19 | 
| Release Date | Release Date | 
| Type | Typejar | 
| Description | DescriptionSF3JSWING : AntBuildFiles This Pom project is supposed to collect Ant files configuration. Sensible information is collected and encrypted, as of certificates and private keys mustn't be shared unencrypted. | 
| Project URL | Project URL | 
| Source Code Management | Source Code Management | 
| Filename | Size | 
|---|---|
| AntBuildFiles-1.0.19.pom | |
| AntBuildFiles-1.0.19.jar | 36 KB | 
| AntBuildFiles-1.0.19-sources.jar | 33 KB | 
| Browse | 
<!-- https://jarcasting.com/artifacts/net.sf.sf3jswing/AntBuildFiles/ -->
<dependency>
    <groupId>net.sf.sf3jswing</groupId>
    <artifactId>AntBuildFiles</artifactId>
    <version>1.0.19</version>
</dependency>// https://jarcasting.com/artifacts/net.sf.sf3jswing/AntBuildFiles/
implementation 'net.sf.sf3jswing:AntBuildFiles:1.0.19'// https://jarcasting.com/artifacts/net.sf.sf3jswing/AntBuildFiles/
implementation ("net.sf.sf3jswing:AntBuildFiles:1.0.19")'net.sf.sf3jswing:AntBuildFiles:jar:1.0.19'<dependency org="net.sf.sf3jswing" name="AntBuildFiles" rev="1.0.19">
  <artifact name="AntBuildFiles" type="jar" />
</dependency>@Grapes(
@Grab(group='net.sf.sf3jswing', module='AntBuildFiles', version='1.0.19')
)libraryDependencies += "net.sf.sf3jswing" % "AntBuildFiles" % "1.0.19"[net.sf.sf3jswing/AntBuildFiles "1.0.19"]