f

flexmark-ext-typographic

flexmark-java extension for typographic
文件下载
文件名 操作
flexmark-ext-typographic-0.50.50.jar 下载
flexmark-ext-typographic-0.50.50.pom 下载
flexmark-ext-typographic-0.50.50-sources.jar 下载
Apache Maven
<dependency>
  <groupId>com.vladsch.flexmark</groupId>
  <artifactId>flexmark-ext-typographic</artifactId>
  <version>0.50.50</version>
</dependency>
Gradle Groovy
implementation 'com.vladsch.flexmark:flexmark-ext-typographic:0.50.50'
Gradle Kotlin
implementation("com.vladsch.flexmark:flexmark-ext-typographic:0.50.50")
Scala SBT
libraryDependencies += "com.vladsch.flexmark" % "flexmark-ext-typographic" % "0.50.50"
Groovy Grape
@Grapes(
  @Grab(group='com.vladsch.flexmark', module='flexmark-ext-typographic', version='0.50.50')
)
Apache Ivy
<dependency org="com.vladsch.flexmark" name="flexmark-ext-typographic" rev="0.50.50" />
Leiningen
[com.vladsch.flexmark/flexmark-ext-typographic "0.50.50"]
Apache Buildr
'com.vladsch.flexmark:flexmark-ext-typographic:jar:0.50.50'