is not current version
Last Version 1.1.0

org.whiley:jbuildfs 1.0.0

A small library a compiler file system.

GroupId

GroupId

org.whiley
ArtifactId

ArtifactId

jbuildfs
Version

Version

1.0.0
Type

Type

jar

Download jbuildfs 1.0.0


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