Files download
File Operation
live-document-maven-plugin-1.6.17.jar download
live-document-maven-plugin-1.6.17.pom download
live-document-maven-plugin-1.6.17-sources.jar download
Apache Maven
<dependency>
  <groupId>com.github.meixuesong</groupId>
  <artifactId>live-document-maven-plugin</artifactId>
  <version>1.6.17</version>
  <type>maven-plugin</type>
</dependency>
Gradle Groovy
implementation 'com.github.meixuesong:live-document-maven-plugin:1.6.17'
Gradle Kotlin
implementation("com.github.meixuesong:live-document-maven-plugin:1.6.17")
Scala SBT
libraryDependencies += "com.github.meixuesong" % "live-document-maven-plugin" % "1.6.17"
Groovy Grape
@Grapes(
  @Grab(group='com.github.meixuesong', module='live-document-maven-plugin', version='1.6.17')
)
Apache Ivy
<dependency org="com.github.meixuesong" name="live-document-maven-plugin" rev="1.6.17" />
Leiningen
[com.github.meixuesong/live-document-maven-plugin "1.6.17"]
Apache Buildr
'com.github.meixuesong:live-document-maven-plugin:jar:1.6.17'