GroupId | GroupIdorg.jgrapes |
---|---|
ArtifactId | ArtifactIdorg.jgrapes.portlets.markdowndisplay |
Version | Version0.11.0 |
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.11.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.jgrapes/org.jgrapes.portlets.markdowndisplay/
implementation 'org.jgrapes:org.jgrapes.portlets.markdowndisplay:0.11.0'
// https://jarcasting.com/artifacts/org.jgrapes/org.jgrapes.portlets.markdowndisplay/
implementation ("org.jgrapes:org.jgrapes.portlets.markdowndisplay:0.11.0")
'org.jgrapes:org.jgrapes.portlets.markdowndisplay:jar:0.11.0'
<dependency org="org.jgrapes" name="org.jgrapes.portlets.markdowndisplay" rev="0.11.0">
<artifact name="org.jgrapes.portlets.markdowndisplay" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.jgrapes', module='org.jgrapes.portlets.markdowndisplay', version='0.11.0')
)
libraryDependencies += "org.jgrapes" % "org.jgrapes.portlets.markdowndisplay" % "0.11.0"
[org.jgrapes/org.jgrapes.portlets.markdowndisplay "0.11.0"]