jfs
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>io.github.oliviercailloux.git</groupId>
<artifactId>jfs</artifactId>
<version>0.0.5</version>
</dependency><?xml version="1.0" encoding="UTF-8"?> <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> <modelVersion>4.0.0</modelVersion> <parent> <groupId>io.github.oliviercailloux</groupId> <artifactId>pom</artifactId> <version>0.0.21</version> </parent> <groupId>io.github.oliviercailloux.git</groupId> <artifactId>jfs</artifactId> <version>0.0.5</version> <name>GitJFS</name> <description>A NIO Git file system.</description> <url>https://github.com/oliviercailloux/GitJFS</url> <dependencies> <dependency> <groupId>io.github.oliviercailloux</groupId> <artifactId>jaris</artifactId> <version>0.0.30</version> </dependency> <dependency> <groupId>com.google.jimfs</groupId> <artifactId>jimfs</artifactId> <version>1.3.0</version> </dependency> <dependency> <groupId>org.eclipse.jgit</groupId> <artifactId>org.eclipse.jgit</artifactId> <version>6.4.0.202211300538-r</version> </dependency> <dependency> <groupId>org.eclipse.jgit</groupId> <artifactId>org.eclipse.jgit.ssh.apache</artifactId> <version>6.4.0.202211300538-r</version> </dependency> <dependency> <groupId>io.github.oliviercailloux.git</groupId> <artifactId>common</artifactId> <version>0.0.2</version> <scope>test</scope> </dependency> <dependency> <groupId>io.github.oliviercailloux.git</groupId> <artifactId>factory</artifactId> <version>0.0.2</version> <scope>test</scope> </dependency> <dependency> <groupId>jakarta.ws.rs</groupId> <artifactId>jakarta.ws.rs-api</artifactId> <version>3.0.0</version> <scope>test</scope> </dependency> <dependency> <groupId>org.glassfish.jersey.core</groupId> <artifactId>jersey-client</artifactId> <version>3.0.8</version> <scope>runtime</scope> </dependency> <dependency> <groupId>org.mockito</groupId> <artifactId>mockito-core</artifactId> <version>2.25.1</version> <scope>test</scope> </dependency> </dependencies> </project>