GroupId | GroupIdio.github.sebivenlo |
---|---|
ArtifactId | ArtifactIdjavadochighlighter |
Version | Version1.0 |
Type | Typejar |
Filename | Size |
---|---|
javadochighlighter-1.0.pom | |
javadochighlighter-1.0.jar | 101 KB |
javadochighlighter-1.0-sources.jar | 101 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.github.sebivenlo/javadochighlighter/ -->
<dependency>
<groupId>io.github.sebivenlo</groupId>
<artifactId>javadochighlighter</artifactId>
<version>1.0</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.sebivenlo/javadochighlighter/
implementation 'io.github.sebivenlo:javadochighlighter:1.0'
// https://jarcasting.com/artifacts/io.github.sebivenlo/javadochighlighter/
implementation ("io.github.sebivenlo:javadochighlighter:1.0")
'io.github.sebivenlo:javadochighlighter:jar:1.0'
<dependency org="io.github.sebivenlo" name="javadochighlighter" rev="1.0">
<artifact name="javadochighlighter" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.sebivenlo', module='javadochighlighter', version='1.0')
)
libraryDependencies += "io.github.sebivenlo" % "javadochighlighter" % "1.0"
[io.github.sebivenlo/javadochighlighter "1.0"]