<dependency>
<groupId>com.github.hazendaz.maven</groupId>
<artifactId>directory-maven-plugin</artifactId>
<version>1.1.2</version>
<type>maven-plugin</type>
</dependency>
@Grapes(
@Grab(group='com.github.hazendaz.maven', module='directory-maven-plugin', version='1.1.2')
)
<parent> <groupId>com.github.hazendaz</groupId> <artifactId>base-parent</artifactId> <version>44</version> </parent>
compile
|-- commons-io:commons-io:2.15.1
|-- org.apache.commons:commons-lang3:3.14.0
|-- org.slf4j:slf4j-api:2.0.12
provided
|-- org.apache.maven:maven-core:3.9.6
|-- org.apache.maven:maven-plugin-api:3.9.6
|-- org.apache.maven.plugin-tools:maven-plugin-annotations:3.11.0
test