License |
License |
---|---|
Categories |
CategoriesIDE Development Tools JUnit Unit Testing |
GroupId | GroupIdcom.mobidevelop.robovm |
ArtifactId | ArtifactIdrobovm-junit-protocol |
Last Version | Last Version2.3.16 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionThe RoboVM compiler translates Java bytecode into native ARM or x86 code. Apps run directly on the CPU. No
interpreter or virtual machine involved.
|
Project Organization |
Project Organization |
<!-- https://jarcasting.com/artifacts/com.mobidevelop.robovm/robovm-junit-protocol/ -->
<dependency>
<groupId>com.mobidevelop.robovm</groupId>
<artifactId>robovm-junit-protocol</artifactId>
<version>2.3.16</version>
</dependency>
// https://jarcasting.com/artifacts/com.mobidevelop.robovm/robovm-junit-protocol/
implementation 'com.mobidevelop.robovm:robovm-junit-protocol:2.3.16'
// https://jarcasting.com/artifacts/com.mobidevelop.robovm/robovm-junit-protocol/
implementation ("com.mobidevelop.robovm:robovm-junit-protocol:2.3.16")
'com.mobidevelop.robovm:robovm-junit-protocol:jar:2.3.16'
<dependency org="com.mobidevelop.robovm" name="robovm-junit-protocol" rev="2.3.16">
<artifact name="robovm-junit-protocol" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.mobidevelop.robovm', module='robovm-junit-protocol', version='2.3.16')
)
libraryDependencies += "com.mobidevelop.robovm" % "robovm-junit-protocol" % "2.3.16"
[com.mobidevelop.robovm/robovm-junit-protocol "2.3.16"]
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.13.1 |