c

convert

Conversion to Confluence Storage Format
Files download
File Operation
convert-0.15.0.jar download
convert-0.15.0.pom download
convert-0.15.0-sources.jar download
Apache Maven
<dependency>
  <groupId>io.github.text2confl</groupId>
  <artifactId>convert</artifactId>
  <version>0.15.0</version>
</dependency>
Gradle Groovy
implementation 'io.github.text2confl:convert:0.15.0'
Gradle Kotlin
implementation("io.github.text2confl:convert:0.15.0")
Scala SBT
libraryDependencies += "io.github.text2confl" % "convert" % "0.15.0"
Groovy Grape
@Grapes(
  @Grab(group='io.github.text2confl', module='convert', version='0.15.0')
)
Apache Ivy
<dependency org="io.github.text2confl" name="convert" rev="0.15.0" />
Leiningen
[io.github.text2confl/convert "0.15.0"]
Apache Buildr
'io.github.text2confl:convert:jar:0.15.0'