<dependency>
<groupId>org.apache.commons</groupId>
<artifactId>commons-compress</artifactId>
<version>1.27.0</version>
</dependency>
@Grapes(
@Grab(group='org.apache.commons', module='commons-compress', version='1.27.0')
)
<parent> <groupId>org.apache.commons</groupId> <artifactId>commons-parent</artifactId> <version>72</version> </parent>
compile
|-- com.github.luben:zstd-jni:1.5.6-4
|-- commons-codec:commons-codec:1.17.1
|-- commons-io:commons-io:2.16.1
|-- org.apache.commons:commons-lang3:3.15.0
provided
|-- org.osgi:org.osgi.core:6.0.0
test
|-- org.junit.jupiter:junit-jupiter-params
|-- org.junit.vintage:junit-vintage-engine
|-- org.mockito:mockito-core:4.11.0
|-- org.mockito:mockito-junit-jupiter:4.11.0
|-- com.github.marschall:memoryfilesystem:2.8.0
|-- org.ops4j.pax.exam:pax-exam-container-native:4.13.5
|-- org.ops4j.pax.exam:pax-exam-junit4:4.13.5
|-- org.ops4j.pax.exam:pax-exam-cm:4.13.5
|-- org.ops4j.pax.exam:pax-exam-link-mvn:4.13.5
|-- org.apache.felix:org.apache.felix.framework:7.0.5