GroupId | GroupIdch.raffael.pegdown-doclet |
---|---|
ArtifactId | ArtifactIdpegdown-doclet |
Version | Version1.2.1 |
Type | Typejar |
Filename | Size |
---|---|
pegdown-doclet-1.2.1.pom | |
pegdown-doclet-1.2.1.jar | 125 KB |
pegdown-doclet-1.2.1-sources.jar | 115 KB |
pegdown-doclet-1.2.1-javadoc.jar | 184 KB |
pegdown-doclet-1.2.1-all.jar | 5 MB |
Browse |
<!-- https://jarcasting.com/artifacts/ch.raffael.pegdown-doclet/pegdown-doclet/ -->
<dependency>
<groupId>ch.raffael.pegdown-doclet</groupId>
<artifactId>pegdown-doclet</artifactId>
<version>1.2.1</version>
</dependency>
// https://jarcasting.com/artifacts/ch.raffael.pegdown-doclet/pegdown-doclet/
implementation 'ch.raffael.pegdown-doclet:pegdown-doclet:1.2.1'
// https://jarcasting.com/artifacts/ch.raffael.pegdown-doclet/pegdown-doclet/
implementation ("ch.raffael.pegdown-doclet:pegdown-doclet:1.2.1")
'ch.raffael.pegdown-doclet:pegdown-doclet:jar:1.2.1'
<dependency org="ch.raffael.pegdown-doclet" name="pegdown-doclet" rev="1.2.1">
<artifact name="pegdown-doclet" type="jar" />
</dependency>
@Grapes(
@Grab(group='ch.raffael.pegdown-doclet', module='pegdown-doclet', version='1.2.1')
)
libraryDependencies += "ch.raffael.pegdown-doclet" % "pegdown-doclet" % "1.2.1"
[ch.raffael.pegdown-doclet/pegdown-doclet "1.2.1"]