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