License |
License |
---|---|
Categories |
CategoriesJava Languages CLI User Interface |
GroupId | GroupIdcom.github.angleshq |
ArtifactId | ArtifactIdangles-java-client |
Last Version | Last Version1.0.36 |
Release Date | Release Date |
Type | Typepom |
Description |
DescriptionAngles Java client
This is the java client for the Angles test results dashboard and contains all the necessary methods to store your test results in the Angles dashboard.
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
angles-java-client-1.0.36.pom | 4 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.angleshq/angles-java-client/ -->
<dependency>
<groupId>com.github.angleshq</groupId>
<artifactId>angles-java-client</artifactId>
<version>1.0.36</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.angleshq/angles-java-client/
implementation 'com.github.angleshq:angles-java-client:1.0.36'
// https://jarcasting.com/artifacts/com.github.angleshq/angles-java-client/
implementation ("com.github.angleshq:angles-java-client:1.0.36")
'com.github.angleshq:angles-java-client:pom:1.0.36'
<dependency org="com.github.angleshq" name="angles-java-client" rev="1.0.36">
<artifact name="angles-java-client" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.github.angleshq', module='angles-java-client', version='1.0.36')
)
libraryDependencies += "com.github.angleshq" % "angles-java-client" % "1.0.36"
[com.github.angleshq/angles-java-client "1.0.36"]