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