Categories |
CategoriesORM Data |
---|---|
GroupId | GroupIdcom.github.martinpaljak |
ArtifactId | ArtifactIdglobalplatformpro |
Version | Version0.3.10-rc12 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.github.martinpaljak/globalplatformpro/ -->
<dependency>
<groupId>com.github.martinpaljak</groupId>
<artifactId>globalplatformpro</artifactId>
<version>0.3.10-rc12</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.martinpaljak/globalplatformpro/
implementation 'com.github.martinpaljak:globalplatformpro:0.3.10-rc12'
// https://jarcasting.com/artifacts/com.github.martinpaljak/globalplatformpro/
implementation ("com.github.martinpaljak:globalplatformpro:0.3.10-rc12")
'com.github.martinpaljak:globalplatformpro:jar:0.3.10-rc12'
<dependency org="com.github.martinpaljak" name="globalplatformpro" rev="0.3.10-rc12">
<artifact name="globalplatformpro" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.martinpaljak', module='globalplatformpro', version='0.3.10-rc12')
)
libraryDependencies += "com.github.martinpaljak" % "globalplatformpro" % "0.3.10-rc12"
[com.github.martinpaljak/globalplatformpro "0.3.10-rc12"]