s

sea-monitor-boot-starter

Files download
File Operation
sea-monitor-boot-starter-1.3.1.jar download
sea-monitor-boot-starter-1.3.1.pom download
sea-monitor-boot-starter-1.3.1-sources.jar download
Apache Maven
<dependency>
  <groupId>com.github.seaframework</groupId>
  <artifactId>sea-monitor-boot-starter</artifactId>
  <version>1.3.1</version>
</dependency>
Gradle Groovy
implementation 'com.github.seaframework:sea-monitor-boot-starter:1.3.1'
Gradle Kotlin
implementation("com.github.seaframework:sea-monitor-boot-starter:1.3.1")
Scala SBT
libraryDependencies += "com.github.seaframework" % "sea-monitor-boot-starter" % "1.3.1"
Groovy Grape
@Grapes(
  @Grab(group='com.github.seaframework', module='sea-monitor-boot-starter', version='1.3.1')
)
Apache Ivy
<dependency org="com.github.seaframework" name="sea-monitor-boot-starter" rev="1.3.1" />
Leiningen
[com.github.seaframework/sea-monitor-boot-starter "1.3.1"]
Apache Buildr
'com.github.seaframework:sea-monitor-boot-starter:jar:1.3.1'