is not current version
Last Version 1.0.36

com.github.angleshq:angles-java-client 1.0.25

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.

Categories

Categories

Java Languages CLI User Interface
GroupId

GroupId

com.github.angleshq
ArtifactId

ArtifactId

angles-java-client
Version

Version

1.0.25
Type

Type

pom

Download angles-java-client 1.0.25


<!-- https://jarcasting.com/artifacts/com.github.angleshq/angles-java-client/ -->
<dependency>
    <groupId>com.github.angleshq</groupId>
    <artifactId>angles-java-client</artifactId>
    <version>1.0.25</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.angleshq/angles-java-client/
implementation 'com.github.angleshq:angles-java-client:1.0.25'
// https://jarcasting.com/artifacts/com.github.angleshq/angles-java-client/
implementation ("com.github.angleshq:angles-java-client:1.0.25")
'com.github.angleshq:angles-java-client:pom:1.0.25'
<dependency org="com.github.angleshq" name="angles-java-client" rev="1.0.25">
  <artifact name="angles-java-client" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.github.angleshq', module='angles-java-client', version='1.0.25')
)
libraryDependencies += "com.github.angleshq" % "angles-java-client" % "1.0.25"
[com.github.angleshq/angles-java-client "1.0.25"]