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