GroupId | GroupIdcom.vladsch.flexmark |
---|---|
ArtifactId | ArtifactIdflexmark-jira-converter |
Version | Version0.18.8 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.vladsch.flexmark/flexmark-jira-converter/ -->
<dependency>
<groupId>com.vladsch.flexmark</groupId>
<artifactId>flexmark-jira-converter</artifactId>
<version>0.18.8</version>
</dependency>
// https://jarcasting.com/artifacts/com.vladsch.flexmark/flexmark-jira-converter/
implementation 'com.vladsch.flexmark:flexmark-jira-converter:0.18.8'
// https://jarcasting.com/artifacts/com.vladsch.flexmark/flexmark-jira-converter/
implementation ("com.vladsch.flexmark:flexmark-jira-converter:0.18.8")
'com.vladsch.flexmark:flexmark-jira-converter:jar:0.18.8'
<dependency org="com.vladsch.flexmark" name="flexmark-jira-converter" rev="0.18.8">
<artifact name="flexmark-jira-converter" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.vladsch.flexmark', module='flexmark-jira-converter', version='0.18.8')
)
libraryDependencies += "com.vladsch.flexmark" % "flexmark-jira-converter" % "0.18.8"
[com.vladsch.flexmark/flexmark-jira-converter "0.18.8"]