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