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