Categories |
CategoriesCLI User Interface |
---|---|
GroupId | GroupIdcom.github.ekahyukti |
ArtifactId | ArtifactIdtestreports-client |
Version | Version0.0.2 |
Type | Typejar |
Filename | Size |
---|---|
testreports-client-0.0.2.pom | |
testreports-client-0.0.2.jar | 77 KB |
testreports-client-0.0.2-tests.jar | 10 KB |
testreports-client-0.0.2-sources.jar | 34 KB |
testreports-client-0.0.2-javadoc.jar | 189 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.ekahyukti/testreports-client/ -->
<dependency>
<groupId>com.github.ekahyukti</groupId>
<artifactId>testreports-client</artifactId>
<version>0.0.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.ekahyukti/testreports-client/
implementation 'com.github.ekahyukti:testreports-client:0.0.2'
// https://jarcasting.com/artifacts/com.github.ekahyukti/testreports-client/
implementation ("com.github.ekahyukti:testreports-client:0.0.2")
'com.github.ekahyukti:testreports-client:jar:0.0.2'
<dependency org="com.github.ekahyukti" name="testreports-client" rev="0.0.2">
<artifact name="testreports-client" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.ekahyukti', module='testreports-client', version='0.0.2')
)
libraryDependencies += "com.github.ekahyukti" % "testreports-client" % "0.0.2"
[com.github.ekahyukti/testreports-client "0.0.2"]