f

flexmark-profile-pegdown

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