GroupId | GroupIdcom.github.martinpaljak |
---|---|
ArtifactId | ArtifactIdgptool |
Version | Version19.05.16 |
Type | Typejar |
Filename | Size |
---|---|
gptool-19.05.16.pom | |
gptool-19.05.16.jar | 25 KB |
gptool-19.05.16-sources.jar | 15 KB |
gptool-19.05.16-javadoc.jar | 31 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.martinpaljak/gptool/ -->
<dependency>
<groupId>com.github.martinpaljak</groupId>
<artifactId>gptool</artifactId>
<version>19.05.16</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.martinpaljak/gptool/
implementation 'com.github.martinpaljak:gptool:19.05.16'
// https://jarcasting.com/artifacts/com.github.martinpaljak/gptool/
implementation ("com.github.martinpaljak:gptool:19.05.16")
'com.github.martinpaljak:gptool:jar:19.05.16'
<dependency org="com.github.martinpaljak" name="gptool" rev="19.05.16">
<artifact name="gptool" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.martinpaljak', module='gptool', version='19.05.16')
)
libraryDependencies += "com.github.martinpaljak" % "gptool" % "19.05.16"
[com.github.martinpaljak/gptool "19.05.16"]