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