<dependency> <groupId>com.github.mike10004</groupId> <artifactId>crxtool</artifactId> <version>0.9</version> <type>pom</type> </dependency>
implementation 'com.github.mike10004:crxtool:0.9'
implementation("com.github.mike10004:crxtool:0.9")
libraryDependencies += "com.github.mike10004" % "crxtool" % "0.9"
@Grapes( @Grab(group='com.github.mike10004', module='crxtool', version='0.9') )
<dependency org="com.github.mike10004" name="crxtool" rev="0.9" />
[com.github.mike10004/crxtool "0.9"]
'com.github.mike10004:crxtool:jar:0.9'