GroupId | GroupIdcom.vladsch.flexmark |
---|---|
ArtifactId | ArtifactIdflexmark-ext-gitlab |
Version | Version0.40.32 |
Type | Typejar |
Filename | Size |
---|---|
flexmark-ext-gitlab-0.40.32.pom | |
flexmark-ext-gitlab-0.40.32.jar | 41 KB |
flexmark-ext-gitlab-0.40.32-sources.jar | 16 KB |
flexmark-ext-gitlab-0.40.32-javadoc.jar | 121 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.vladsch.flexmark/flexmark-ext-gitlab/ -->
<dependency>
<groupId>com.vladsch.flexmark</groupId>
<artifactId>flexmark-ext-gitlab</artifactId>
<version>0.40.32</version>
</dependency>
// https://jarcasting.com/artifacts/com.vladsch.flexmark/flexmark-ext-gitlab/
implementation 'com.vladsch.flexmark:flexmark-ext-gitlab:0.40.32'
// https://jarcasting.com/artifacts/com.vladsch.flexmark/flexmark-ext-gitlab/
implementation ("com.vladsch.flexmark:flexmark-ext-gitlab:0.40.32")
'com.vladsch.flexmark:flexmark-ext-gitlab:jar:0.40.32'
<dependency org="com.vladsch.flexmark" name="flexmark-ext-gitlab" rev="0.40.32">
<artifact name="flexmark-ext-gitlab" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.vladsch.flexmark', module='flexmark-ext-gitlab', version='0.40.32')
)
libraryDependencies += "com.vladsch.flexmark" % "flexmark-ext-gitlab" % "0.40.32"
[com.vladsch.flexmark/flexmark-ext-gitlab "0.40.32"]