GroupId | GroupIdorg.jgrapes |
---|---|
ArtifactId | ArtifactIdorg.jgrapes.portlets.markdowndisplay |
Version | Version0.17.1 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/org.jgrapes/org.jgrapes.portlets.markdowndisplay/ -->
<dependency>
<groupId>org.jgrapes</groupId>
<artifactId>org.jgrapes.portlets.markdowndisplay</artifactId>
<version>0.17.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.jgrapes/org.jgrapes.portlets.markdowndisplay/
implementation 'org.jgrapes:org.jgrapes.portlets.markdowndisplay:0.17.1'
// https://jarcasting.com/artifacts/org.jgrapes/org.jgrapes.portlets.markdowndisplay/
implementation ("org.jgrapes:org.jgrapes.portlets.markdowndisplay:0.17.1")
'org.jgrapes:org.jgrapes.portlets.markdowndisplay:jar:0.17.1'
<dependency org="org.jgrapes" name="org.jgrapes.portlets.markdowndisplay" rev="0.17.1">
<artifact name="org.jgrapes.portlets.markdowndisplay" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.jgrapes', module='org.jgrapes.portlets.markdowndisplay', version='0.17.1')
)
libraryDependencies += "org.jgrapes" % "org.jgrapes.portlets.markdowndisplay" % "0.17.1"
[org.jgrapes/org.jgrapes.portlets.markdowndisplay "0.17.1"]