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