| License |
License |
|---|---|
| GroupId | GroupIdcom.io7m.jvvfs.core |
| ArtifactId | ArtifactIdio7m-jvvfs-core |
| Last Version | Last Version3.1.1 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
Descriptionio7m-jvvfs-core
Virtual filesystem abstraction (Core API)
|
| Filename | Size |
|---|---|
| io7m-jvvfs-core-3.1.1.pom | |
| io7m-jvvfs-core-3.1.1.jar | 49 KB |
| io7m-jvvfs-core-3.1.1-tests.jar | 88 KB |
| io7m-jvvfs-core-3.1.1-sources.jar | 39 KB |
| io7m-jvvfs-core-3.1.1-javadoc.jar | 114 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.io7m.jvvfs.core/io7m-jvvfs-core/ -->
<dependency>
<groupId>com.io7m.jvvfs.core</groupId>
<artifactId>io7m-jvvfs-core</artifactId>
<version>3.1.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.io7m.jvvfs.core/io7m-jvvfs-core/
implementation 'com.io7m.jvvfs.core:io7m-jvvfs-core:3.1.1'
// https://jarcasting.com/artifacts/com.io7m.jvvfs.core/io7m-jvvfs-core/
implementation ("com.io7m.jvvfs.core:io7m-jvvfs-core:3.1.1")
'com.io7m.jvvfs.core:io7m-jvvfs-core:jar:3.1.1'
<dependency org="com.io7m.jvvfs.core" name="io7m-jvvfs-core" rev="3.1.1">
<artifact name="io7m-jvvfs-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.io7m.jvvfs.core', module='io7m-jvvfs-core', version='3.1.1')
)
libraryDependencies += "com.io7m.jvvfs.core" % "io7m-jvvfs-core" % "3.1.1"
[com.io7m.jvvfs.core/io7m-jvvfs-core "3.1.1"]
| Group / Artifact | Type | Version |
|---|---|---|
| com.io7m.jaux : io7m-jaux | jar | [3.0.0, 4.0.0) |
| com.io7m.jlog : io7m-jlog | jar | [2.4.0, 3.0.0) |
| com.google.code.findbugs : jsr305 | jar | 2.0.2 |
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar | 4.11 |
| net.java : quickcheck | jar | 0.6 |