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