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