GroupId | GroupIdcom.github.XDean |
---|---|
ArtifactId | ArtifactIdcodecov-ignore |
Version | Version1.1 |
Type | Typejar |
Filename | Size |
---|---|
codecov-ignore-1.1.pom | |
codecov-ignore-1.1.jar | 7 KB |
codecov-ignore-1.1-sources.jar | 4 KB |
codecov-ignore-1.1-javadoc.jar | 29 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.XDean/codecov-ignore/ -->
<dependency>
<groupId>com.github.XDean</groupId>
<artifactId>codecov-ignore</artifactId>
<version>1.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.XDean/codecov-ignore/
implementation 'com.github.XDean:codecov-ignore:1.1'
// https://jarcasting.com/artifacts/com.github.XDean/codecov-ignore/
implementation ("com.github.XDean:codecov-ignore:1.1")
'com.github.XDean:codecov-ignore:jar:1.1'
<dependency org="com.github.XDean" name="codecov-ignore" rev="1.1">
<artifact name="codecov-ignore" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.XDean', module='codecov-ignore', version='1.1')
)
libraryDependencies += "com.github.XDean" % "codecov-ignore" % "1.1"
[com.github.XDean/codecov-ignore "1.1"]