Categories |
CategoriesMaven Build Tools |
---|---|
GroupId | GroupIdcom.github.tntim96 |
ArtifactId | ArtifactIdjscover-maven-plugin |
Version | Version1.0.7 |
Type | Typepom |
Filename | Size |
---|---|
jscover-maven-plugin-1.0.7.pom | 1 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.tntim96/jscover-maven-plugin/ -->
<dependency>
<groupId>com.github.tntim96</groupId>
<artifactId>jscover-maven-plugin</artifactId>
<version>1.0.7</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.tntim96/jscover-maven-plugin/
implementation 'com.github.tntim96:jscover-maven-plugin:1.0.7'
// https://jarcasting.com/artifacts/com.github.tntim96/jscover-maven-plugin/
implementation ("com.github.tntim96:jscover-maven-plugin:1.0.7")
'com.github.tntim96:jscover-maven-plugin:pom:1.0.7'
<dependency org="com.github.tntim96" name="jscover-maven-plugin" rev="1.0.7">
<artifact name="jscover-maven-plugin" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.github.tntim96', module='jscover-maven-plugin', version='1.0.7')
)
libraryDependencies += "com.github.tntim96" % "jscover-maven-plugin" % "1.0.7"
[com.github.tntim96/jscover-maven-plugin "1.0.7"]