e

err0-maven-plugin

Maven plugin to use the err0agent
https://github.com/Err0-io/err0-maven-plugin
MIT license
Err0.io packages
文件下载
文件名 操作
err0-maven-plugin-1.0.0.jar 下载
err0-maven-plugin-1.0.0.pom 下载
Apache Maven
<dependency>
  <groupId>io.err0</groupId>
  <artifactId>err0-maven-plugin</artifactId>
  <version>1.0.0</version>
  <type>maven-plugin</type>
</dependency>
Gradle Groovy
implementation 'io.err0:err0-maven-plugin:1.0.0'
Gradle Kotlin
implementation("io.err0:err0-maven-plugin:1.0.0")
Scala SBT
libraryDependencies += "io.err0" % "err0-maven-plugin" % "1.0.0"
Groovy Grape
@Grapes(
  @Grab(group='io.err0', module='err0-maven-plugin', version='1.0.0')
)
Apache Ivy
<dependency org="io.err0" name="err0-maven-plugin" rev="1.0.0" />
Leiningen
[io.err0/err0-maven-plugin "1.0.0"]
Apache Buildr
'io.err0:err0-maven-plugin:jar:1.0.0'