| License |
License |
|---|---|
| GroupId | GroupIdorg.whiley |
| ArtifactId | ArtifactIdjbuildfs |
| Last Version | Last Version1.1.0 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionJava Build Filesystem
A small library a compiler file system.
|
| Project URL |
Project URL |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| jbuildfs-1.1.0.pom | |
| jbuildfs-1.1.0.jar | 46 KB |
| jbuildfs-1.1.0-sources.jar | 24 KB |
| jbuildfs-1.1.0-javadoc.jar | 553 KB |
| Browse |
<!-- 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"]
| 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 |