GroupId | GroupIdcom.github.flussig |
---|---|
ArtifactId | ArtifactIddacdoc-check |
Version | Version0.0.7 |
Type | Typejar |
Filename | Size |
---|---|
dacdoc-check-0.0.7.pom | |
dacdoc-check-0.0.7.jar | 10 KB |
dacdoc-check-0.0.7-sources.jar | 6 KB |
dacdoc-check-0.0.7-javadoc.jar | 58 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.flussig/dacdoc-check/ -->
<dependency>
<groupId>com.github.flussig</groupId>
<artifactId>dacdoc-check</artifactId>
<version>0.0.7</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.flussig/dacdoc-check/
implementation 'com.github.flussig:dacdoc-check:0.0.7'
// https://jarcasting.com/artifacts/com.github.flussig/dacdoc-check/
implementation ("com.github.flussig:dacdoc-check:0.0.7")
'com.github.flussig:dacdoc-check:jar:0.0.7'
<dependency org="com.github.flussig" name="dacdoc-check" rev="0.0.7">
<artifact name="dacdoc-check" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.flussig', module='dacdoc-check', version='0.0.7')
)
libraryDependencies += "com.github.flussig" % "dacdoc-check" % "0.0.7"
[com.github.flussig/dacdoc-check "0.0.7"]