<dependency>
<groupId>com.github.marschall</groupId>
<artifactId>memoryfilesystem</artifactId>
<version>0.8.0</version>
<type>bundle</type>
</dependency>
@Grapes(
@Grab(group='com.github.marschall', module='memoryfilesystem', version='0.8.0')
)
test
|-- junit:junit:4.12
|-- org.hamcrest:hamcrest-junit:2.0.0.0
|-- org.springframework:spring-test:4.2.4.RELEASE
|-- com.github.marschall:zipfilesystem-standalone:1.0.1
|-- org.springframework:spring-context:4.2.4.RELEASE
|-- org.slf4j:jcl-over-slf4j:1.7.14