GroupId | GroupIdio.markdom |
---|---|
ArtifactId | ArtifactIdfull |
Version | Version0.0.5 |
Type | Typejar |
Filename | Size |
---|---|
full-0.0.5.pom | |
full-0.0.5.jar | 1 KB |
full-0.0.5-sources.jar | 3 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.markdom/full/ -->
<dependency>
<groupId>io.markdom</groupId>
<artifactId>full</artifactId>
<version>0.0.5</version>
</dependency>
// https://jarcasting.com/artifacts/io.markdom/full/
implementation 'io.markdom:full:0.0.5'
// https://jarcasting.com/artifacts/io.markdom/full/
implementation ("io.markdom:full:0.0.5")
'io.markdom:full:jar:0.0.5'
<dependency org="io.markdom" name="full" rev="0.0.5">
<artifact name="full" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.markdom', module='full', version='0.0.5')
)
libraryDependencies += "io.markdom" % "full" % "0.0.5"
[io.markdom/full "0.0.5"]