Categories |
CategoriesKeY Data Data Formats Formal Verification |
---|---|
GroupId | GroupIdio.github.ikeyat.tools.javadoc2xls |
ArtifactId | ArtifactIdjavadoc2xls-tool |
Version | Version1.0.1-RELEASE |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/io.github.ikeyat.tools.javadoc2xls/javadoc2xls-tool/ -->
<dependency>
<groupId>io.github.ikeyat.tools.javadoc2xls</groupId>
<artifactId>javadoc2xls-tool</artifactId>
<version>1.0.1-RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.ikeyat.tools.javadoc2xls/javadoc2xls-tool/
implementation 'io.github.ikeyat.tools.javadoc2xls:javadoc2xls-tool:1.0.1-RELEASE'
// https://jarcasting.com/artifacts/io.github.ikeyat.tools.javadoc2xls/javadoc2xls-tool/
implementation ("io.github.ikeyat.tools.javadoc2xls:javadoc2xls-tool:1.0.1-RELEASE")
'io.github.ikeyat.tools.javadoc2xls:javadoc2xls-tool:jar:1.0.1-RELEASE'
<dependency org="io.github.ikeyat.tools.javadoc2xls" name="javadoc2xls-tool" rev="1.0.1-RELEASE">
<artifact name="javadoc2xls-tool" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.ikeyat.tools.javadoc2xls', module='javadoc2xls-tool', version='1.0.1-RELEASE')
)
libraryDependencies += "io.github.ikeyat.tools.javadoc2xls" % "javadoc2xls-tool" % "1.0.1-RELEASE"
[io.github.ikeyat.tools.javadoc2xls/javadoc2xls-tool "1.0.1-RELEASE"]