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