GroupId | GroupIdio.github.scouter-project |
---|---|
ArtifactId | ArtifactIdscouter-server-boot |
Version | Version1.9.0 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/io.github.scouter-project/scouter-server-boot/ -->
<dependency>
<groupId>io.github.scouter-project</groupId>
<artifactId>scouter-server-boot</artifactId>
<version>1.9.0</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.scouter-project/scouter-server-boot/
implementation 'io.github.scouter-project:scouter-server-boot:1.9.0'
// https://jarcasting.com/artifacts/io.github.scouter-project/scouter-server-boot/
implementation ("io.github.scouter-project:scouter-server-boot:1.9.0")
'io.github.scouter-project:scouter-server-boot:jar:1.9.0'
<dependency org="io.github.scouter-project" name="scouter-server-boot" rev="1.9.0">
<artifact name="scouter-server-boot" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.scouter-project', module='scouter-server-boot', version='1.9.0')
)
libraryDependencies += "io.github.scouter-project" % "scouter-server-boot" % "1.9.0"
[io.github.scouter-project/scouter-server-boot "1.9.0"]