GroupId | GroupIdio.janusproject.sre |
---|---|
ArtifactId | ArtifactIdio.janusproject |
Version | Version0.8.6 |
Type | Typepom |
Filename | Size |
---|---|
io.janusproject-0.8.6.pom | 1 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.janusproject.sre/io.janusproject/ -->
<dependency>
<groupId>io.janusproject.sre</groupId>
<artifactId>io.janusproject</artifactId>
<version>0.8.6</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/io.janusproject.sre/io.janusproject/
implementation 'io.janusproject.sre:io.janusproject:0.8.6'
// https://jarcasting.com/artifacts/io.janusproject.sre/io.janusproject/
implementation ("io.janusproject.sre:io.janusproject:0.8.6")
'io.janusproject.sre:io.janusproject:pom:0.8.6'
<dependency org="io.janusproject.sre" name="io.janusproject" rev="0.8.6">
<artifact name="io.janusproject" type="pom" />
</dependency>
@Grapes(
@Grab(group='io.janusproject.sre', module='io.janusproject', version='0.8.6')
)
libraryDependencies += "io.janusproject.sre" % "io.janusproject" % "0.8.6"
[io.janusproject.sre/io.janusproject "0.8.6"]