GroupId | GroupIdio.janusproject.sre |
---|---|
ArtifactId | ArtifactIdio.janusproject |
Version | Version0.7.1 |
Type | Typepom |
Filename | Size |
---|---|
io.janusproject-0.7.1.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.7.1</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/io.janusproject.sre/io.janusproject/
implementation 'io.janusproject.sre:io.janusproject:0.7.1'
// https://jarcasting.com/artifacts/io.janusproject.sre/io.janusproject/
implementation ("io.janusproject.sre:io.janusproject:0.7.1")
'io.janusproject.sre:io.janusproject:pom:0.7.1'
<dependency org="io.janusproject.sre" name="io.janusproject" rev="0.7.1">
<artifact name="io.janusproject" type="pom" />
</dependency>
@Grapes(
@Grab(group='io.janusproject.sre', module='io.janusproject', version='0.7.1')
)
libraryDependencies += "io.janusproject.sre" % "io.janusproject" % "0.7.1"
[io.janusproject.sre/io.janusproject "0.7.1"]