| License |
License |
|---|---|
| Categories |
CategoriesBuild Tools Net |
| GroupId | GroupIdnet.sourceforge.floggy |
| ArtifactId | ArtifactIdbuild-tools |
| Last Version | Last Version1.4.0 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionBuild tools
A collection of frameworks for JME
|
| Project Organization |
Project OrganizationFloggy Open Source Group |
| Filename | Size |
|---|---|
| build-tools-1.4.0.pom | |
| build-tools-1.4.0.jar | 10 KB |
| build-tools-1.4.0-sources.jar | 8 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/net.sourceforge.floggy/build-tools/ -->
<dependency>
<groupId>net.sourceforge.floggy</groupId>
<artifactId>build-tools</artifactId>
<version>1.4.0</version>
</dependency>
// https://jarcasting.com/artifacts/net.sourceforge.floggy/build-tools/
implementation 'net.sourceforge.floggy:build-tools:1.4.0'
// https://jarcasting.com/artifacts/net.sourceforge.floggy/build-tools/
implementation ("net.sourceforge.floggy:build-tools:1.4.0")
'net.sourceforge.floggy:build-tools:jar:1.4.0'
<dependency org="net.sourceforge.floggy" name="build-tools" rev="1.4.0">
<artifact name="build-tools" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.sourceforge.floggy', module='build-tools', version='1.4.0')
)
libraryDependencies += "net.sourceforge.floggy" % "build-tools" % "1.4.0"
[net.sourceforge.floggy/build-tools "1.4.0"]