文件下载
文件名 操作
kuberam-expath-plugin-0.6.3.jar 下载
kuberam-expath-plugin-0.6.3.pom 下载
kuberam-expath-plugin-0.6.3-sources.jar 下载
Apache Maven
<dependency>
  <groupId>ro.kuberam.maven.plugins</groupId>
  <artifactId>kuberam-expath-plugin</artifactId>
  <version>0.6.3</version>
  <type>maven-plugin</type>
</dependency>
Gradle Groovy
implementation 'ro.kuberam.maven.plugins:kuberam-expath-plugin:0.6.3'
Gradle Kotlin
implementation("ro.kuberam.maven.plugins:kuberam-expath-plugin:0.6.3")
Scala SBT
libraryDependencies += "ro.kuberam.maven.plugins" % "kuberam-expath-plugin" % "0.6.3"
Groovy Grape
@Grapes(
  @Grab(group='ro.kuberam.maven.plugins', module='kuberam-expath-plugin', version='0.6.3')
)
Apache Ivy
<dependency org="ro.kuberam.maven.plugins" name="kuberam-expath-plugin" rev="0.6.3" />
Leiningen
[ro.kuberam.maven.plugins/kuberam-expath-plugin "0.6.3"]
Apache Buildr
'ro.kuberam.maven.plugins:kuberam-expath-plugin:jar:0.6.3'