Categories |
CategoriesORM Data |
---|---|
GroupId | GroupIdcom.vladsch.flexmark |
ArtifactId | ArtifactIdflexmark-formatter |
Version | Version0.34.14 |
Type | Typejar |
Filename | Size |
---|---|
flexmark-formatter-0.34.14.pom | |
flexmark-formatter-0.34.14.jar | 92 KB |
flexmark-formatter-0.34.14-sources.jar | 31 KB |
flexmark-formatter-0.34.14-javadoc.jar | 163 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.vladsch.flexmark/flexmark-formatter/ -->
<dependency>
<groupId>com.vladsch.flexmark</groupId>
<artifactId>flexmark-formatter</artifactId>
<version>0.34.14</version>
</dependency>
// https://jarcasting.com/artifacts/com.vladsch.flexmark/flexmark-formatter/
implementation 'com.vladsch.flexmark:flexmark-formatter:0.34.14'
// https://jarcasting.com/artifacts/com.vladsch.flexmark/flexmark-formatter/
implementation ("com.vladsch.flexmark:flexmark-formatter:0.34.14")
'com.vladsch.flexmark:flexmark-formatter:jar:0.34.14'
<dependency org="com.vladsch.flexmark" name="flexmark-formatter" rev="0.34.14">
<artifact name="flexmark-formatter" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.vladsch.flexmark', module='flexmark-formatter', version='0.34.14')
)
libraryDependencies += "com.vladsch.flexmark" % "flexmark-formatter" % "0.34.14"
[com.vladsch.flexmark/flexmark-formatter "0.34.14"]