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