GroupId | GroupIdcom.github.flussig |
---|---|
ArtifactId | ArtifactIddacdoc-check |
Version | Version0.0.8 |
Type | Typejar |
Filename | Size |
---|---|
dacdoc-check-0.0.8.pom | |
dacdoc-check-0.0.8.jar | 11 KB |
dacdoc-check-0.0.8-sources.jar | 7 KB |
dacdoc-check-0.0.8-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.8</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.flussig/dacdoc-check/
implementation 'com.github.flussig:dacdoc-check:0.0.8'
// https://jarcasting.com/artifacts/com.github.flussig/dacdoc-check/
implementation ("com.github.flussig:dacdoc-check:0.0.8")
'com.github.flussig:dacdoc-check:jar:0.0.8'
<dependency org="com.github.flussig" name="dacdoc-check" rev="0.0.8">
<artifact name="dacdoc-check" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.flussig', module='dacdoc-check', version='0.0.8')
)
libraryDependencies += "com.github.flussig" % "dacdoc-check" % "0.0.8"
[com.github.flussig/dacdoc-check "0.0.8"]