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