Categories |
CategoriesJava Languages Unity Business Logic Libraries Game Development CLI User Interface |
---|---|
GroupId | GroupIdcom.altom |
ArtifactId | ArtifactIdaltunitytester-java-client |
Version | Version1.5.4 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.altom/altunitytester-java-client/ -->
<dependency>
<groupId>com.altom</groupId>
<artifactId>altunitytester-java-client</artifactId>
<version>1.5.4</version>
</dependency>
// https://jarcasting.com/artifacts/com.altom/altunitytester-java-client/
implementation 'com.altom:altunitytester-java-client:1.5.4'
// https://jarcasting.com/artifacts/com.altom/altunitytester-java-client/
implementation ("com.altom:altunitytester-java-client:1.5.4")
'com.altom:altunitytester-java-client:jar:1.5.4'
<dependency org="com.altom" name="altunitytester-java-client" rev="1.5.4">
<artifact name="altunitytester-java-client" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.altom', module='altunitytester-java-client', version='1.5.4')
)
libraryDependencies += "com.altom" % "altunitytester-java-client" % "1.5.4"
[com.altom/altunitytester-java-client "1.5.4"]