Categories |
CategoriesIDE Development Tools |
---|---|
GroupId | GroupIdcom.mobidevelop.robovm |
ArtifactId | ArtifactIdrobovm-dist-parent |
Version | Version2.3.9 |
Type | Typepom |
Filename | Size |
---|---|
robovm-dist-parent-2.3.9.pom | 3 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.mobidevelop.robovm/robovm-dist-parent/ -->
<dependency>
<groupId>com.mobidevelop.robovm</groupId>
<artifactId>robovm-dist-parent</artifactId>
<version>2.3.9</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.mobidevelop.robovm/robovm-dist-parent/
implementation 'com.mobidevelop.robovm:robovm-dist-parent:2.3.9'
// https://jarcasting.com/artifacts/com.mobidevelop.robovm/robovm-dist-parent/
implementation ("com.mobidevelop.robovm:robovm-dist-parent:2.3.9")
'com.mobidevelop.robovm:robovm-dist-parent:pom:2.3.9'
<dependency org="com.mobidevelop.robovm" name="robovm-dist-parent" rev="2.3.9">
<artifact name="robovm-dist-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.mobidevelop.robovm', module='robovm-dist-parent', version='2.3.9')
)
libraryDependencies += "com.mobidevelop.robovm" % "robovm-dist-parent" % "2.3.9"
[com.mobidevelop.robovm/robovm-dist-parent "2.3.9"]