Java Build Filesystem

A small library a compiler file system.

License

License

GroupId

GroupId

org.whiley
ArtifactId

ArtifactId

jbuildfs
Last Version

Last Version

1.1.0
Release Date

Release Date

Type

Type

jar
Description

Description

Java Build Filesystem
A small library a compiler file system.
Project URL

Project URL

https://github.com/DavePearce/JBuildFS
Source Code Management

Source Code Management

https://github.com/DavePearce/JBuildFS

Download jbuildfs

How to add to project

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

Dependencies

test (3)

Group / Artifact Type Version
org.junit.jupiter : junit-jupiter-api jar 5.7.0
org.junit.jupiter : junit-jupiter-engine jar 5.7.0
org.junit.jupiter : junit-jupiter-params jar 5.7.0

Project Modules

There are no modules declared in this project.

Versions

Version
1.1.0
1.0.1
1.0.0