License |
License |
---|---|
Categories |
CategoriesNet |
GroupId | GroupIdnet.thevpc.nuts.lib |
ArtifactId | ArtifactIdnlib-md |
Last Version | Last Version0.8.3.0 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionNuts Community Library for Markdown support
Markdown Support for Nuts
|
Project URL |
Project URL |
Project Organization |
Project Organization |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
nlib-md-0.8.3.0.pom | |
nlib-md-0.8.3.0.jar | 128 KB |
nlib-md-0.8.3.0-sources.jar | 69 KB |
nlib-md-0.8.3.0-javadoc.jar | 416 KB |
Browse |
<!-- https://jarcasting.com/artifacts/net.thevpc.nuts.lib/nlib-md/ -->
<dependency>
<groupId>net.thevpc.nuts.lib</groupId>
<artifactId>nlib-md</artifactId>
<version>0.8.3.0</version>
</dependency>
// https://jarcasting.com/artifacts/net.thevpc.nuts.lib/nlib-md/
implementation 'net.thevpc.nuts.lib:nlib-md:0.8.3.0'
// https://jarcasting.com/artifacts/net.thevpc.nuts.lib/nlib-md/
implementation ("net.thevpc.nuts.lib:nlib-md:0.8.3.0")
'net.thevpc.nuts.lib:nlib-md:jar:0.8.3.0'
<dependency org="net.thevpc.nuts.lib" name="nlib-md" rev="0.8.3.0">
<artifact name="nlib-md" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.thevpc.nuts.lib', module='nlib-md', version='0.8.3.0')
)
libraryDependencies += "net.thevpc.nuts.lib" % "nlib-md" % "0.8.3.0"
[net.thevpc.nuts.lib/nlib-md "0.8.3.0"]
Group / Artifact | Type | Version |
---|---|---|
net.thevpc.nuts : nuts | jar | 0.8.3 |
Group / Artifact | Type | Version |
---|---|---|
org.junit.jupiter : junit-jupiter-api | jar | 5.5.0 |