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