Categories |
CategoriesIDE Development Tools |
---|---|
GroupId | GroupIdcom.mobidevelop.robovm |
ArtifactId | ArtifactIdrobovm-surefire-provider |
Version | Version2.3.7 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.mobidevelop.robovm/robovm-surefire-provider/ -->
<dependency>
<groupId>com.mobidevelop.robovm</groupId>
<artifactId>robovm-surefire-provider</artifactId>
<version>2.3.7</version>
</dependency>
// https://jarcasting.com/artifacts/com.mobidevelop.robovm/robovm-surefire-provider/
implementation 'com.mobidevelop.robovm:robovm-surefire-provider:2.3.7'
// https://jarcasting.com/artifacts/com.mobidevelop.robovm/robovm-surefire-provider/
implementation ("com.mobidevelop.robovm:robovm-surefire-provider:2.3.7")
'com.mobidevelop.robovm:robovm-surefire-provider:jar:2.3.7'
<dependency org="com.mobidevelop.robovm" name="robovm-surefire-provider" rev="2.3.7">
<artifact name="robovm-surefire-provider" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.mobidevelop.robovm', module='robovm-surefire-provider', version='2.3.7')
)
libraryDependencies += "com.mobidevelop.robovm" % "robovm-surefire-provider" % "2.3.7"
[com.mobidevelop.robovm/robovm-surefire-provider "2.3.7"]