GroupId | GroupIdcom.vladsch.flexmark |
---|---|
ArtifactId | ArtifactIdflexmark-jira-converter |
Version | Version0.34.48 |
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.34.48</version>
</dependency>
// https://jarcasting.com/artifacts/com.vladsch.flexmark/flexmark-jira-converter/
implementation 'com.vladsch.flexmark:flexmark-jira-converter:0.34.48'
// https://jarcasting.com/artifacts/com.vladsch.flexmark/flexmark-jira-converter/
implementation ("com.vladsch.flexmark:flexmark-jira-converter:0.34.48")
'com.vladsch.flexmark:flexmark-jira-converter:jar:0.34.48'
<dependency org="com.vladsch.flexmark" name="flexmark-jira-converter" rev="0.34.48">
<artifact name="flexmark-jira-converter" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.vladsch.flexmark', module='flexmark-jira-converter', version='0.34.48')
)
libraryDependencies += "com.vladsch.flexmark" % "flexmark-jira-converter" % "0.34.48"
[com.vladsch.flexmark/flexmark-jira-converter "0.34.48"]