GroupId | GroupIdcom.github.tntim96 |
---|---|
ArtifactId | ArtifactIdJSCover |
Version | Version1.0.18 |
Type | Typejar |
Filename | Size |
---|---|
JSCover-1.0.18.pom | |
JSCover-1.0.18.jar | 140 KB |
JSCover-1.0.18-sources.jar | 1 MB |
JSCover-1.0.18-javadoc.jar | 1 MB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.tntim96/JSCover/ -->
<dependency>
<groupId>com.github.tntim96</groupId>
<artifactId>JSCover</artifactId>
<version>1.0.18</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.tntim96/JSCover/
implementation 'com.github.tntim96:JSCover:1.0.18'
// https://jarcasting.com/artifacts/com.github.tntim96/JSCover/
implementation ("com.github.tntim96:JSCover:1.0.18")
'com.github.tntim96:JSCover:jar:1.0.18'
<dependency org="com.github.tntim96" name="JSCover" rev="1.0.18">
<artifact name="JSCover" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.tntim96', module='JSCover', version='1.0.18')
)
libraryDependencies += "com.github.tntim96" % "JSCover" % "1.0.18"
[com.github.tntim96/JSCover "1.0.18"]