p

parent

Publisher of pages in lightweight markup formats to Confluence. Forked from https://github.com/zeldigas/text2confl to publish to maven
https://github.com/text2confl/text2confl
The Apache License, Version 2.0
Dmitry Pavlov
Files download
File Operation
parent-0.15.0.pom download
Apache Maven
<dependency>
  <groupId>io.github.text2confl</groupId>
  <artifactId>parent</artifactId>
  <version>0.15.0</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'io.github.text2confl:parent:0.15.0'
Gradle Kotlin
implementation("io.github.text2confl:parent:0.15.0")
Scala SBT
libraryDependencies += "io.github.text2confl" % "parent" % "0.15.0"
Groovy Grape
@Grapes(
  @Grab(group='io.github.text2confl', module='parent', version='0.15.0')
)
Apache Ivy
<dependency org="io.github.text2confl" name="parent" rev="0.15.0" />
Leiningen
[io.github.text2confl/parent "0.15.0"]
Apache Buildr
'io.github.text2confl:parent:jar:0.15.0'