<dependency> <groupId>com.github.mike10004</groupId> <artifactId>deb-utils</artifactId> <version>3.3</version> </dependency>
implementation 'com.github.mike10004:deb-utils:3.3'
implementation("com.github.mike10004:deb-utils:3.3")
libraryDependencies += "com.github.mike10004" % "deb-utils" % "3.3"
@Grapes( @Grab(group='com.github.mike10004', module='deb-utils', version='3.3') )
<dependency org="com.github.mike10004" name="deb-utils" rev="3.3" />
[com.github.mike10004/deb-utils "3.3"]
'com.github.mike10004:deb-utils:jar:3.3'
<parent> <groupId>com.github.mike10004</groupId> <artifactId>debian-maven-plugin-project</artifactId> <version>3.3</version> </parent>
compile
|-- com.google.code.gson:gson
|-- com.google.guava:guava
|-- com.github.mike10004:subprocess
|-- org.tukaani:xz
|-- org.apache.commons:commons-compress
|-- org.apache.commons:commons-lang3
|-- commons-io:commons-io
test
|-- junit:junit
|-- org.slf4j:slf4j-jdk14