is not current version
Last Version 2.0.0

org.apache.fluo:build-resources 1.0.0-incubating

Resources for building Apache Fluo projects

GroupId

GroupId

org.apache.fluo
ArtifactId

ArtifactId

build-resources
Version

Version

1.0.0-incubating
Type

Type

jar

Download build-resources 1.0.0-incubating


<!-- https://jarcasting.com/artifacts/org.apache.fluo/build-resources/ -->
<dependency>
    <groupId>org.apache.fluo</groupId>
    <artifactId>build-resources</artifactId>
    <version>1.0.0-incubating</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache.fluo/build-resources/
implementation 'org.apache.fluo:build-resources:1.0.0-incubating'
// https://jarcasting.com/artifacts/org.apache.fluo/build-resources/
implementation ("org.apache.fluo:build-resources:1.0.0-incubating")
'org.apache.fluo:build-resources:jar:1.0.0-incubating'
<dependency org="org.apache.fluo" name="build-resources" rev="1.0.0-incubating">
  <artifact name="build-resources" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.fluo', module='build-resources', version='1.0.0-incubating')
)
libraryDependencies += "org.apache.fluo" % "build-resources" % "1.0.0-incubating"
[org.apache.fluo/build-resources "1.0.0-incubating"]