GroupId | GroupIdio.apiman |
---|---|
ArtifactId | ArtifactIdapiman-test |
Version | Version1.1.2.Preview2 |
Type | Typepom |
Filename | Size |
---|---|
apiman-test-1.1.2.Preview2.pom | 557 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/io.apiman/apiman-test/ -->
<dependency>
<groupId>io.apiman</groupId>
<artifactId>apiman-test</artifactId>
<version>1.1.2.Preview2</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/io.apiman/apiman-test/
implementation 'io.apiman:apiman-test:1.1.2.Preview2'
// https://jarcasting.com/artifacts/io.apiman/apiman-test/
implementation ("io.apiman:apiman-test:1.1.2.Preview2")
'io.apiman:apiman-test:pom:1.1.2.Preview2'
<dependency org="io.apiman" name="apiman-test" rev="1.1.2.Preview2">
<artifact name="apiman-test" type="pom" />
</dependency>
@Grapes(
@Grab(group='io.apiman', module='apiman-test', version='1.1.2.Preview2')
)
libraryDependencies += "io.apiman" % "apiman-test" % "1.1.2.Preview2"
[io.apiman/apiman-test "1.1.2.Preview2"]