GroupId | GroupIdio.pravega |
---|---|
ArtifactId | ArtifactIdpravega-test-testcommon |
Version | Version0.3.0 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/io.pravega/pravega-test-testcommon/ -->
<dependency>
<groupId>io.pravega</groupId>
<artifactId>pravega-test-testcommon</artifactId>
<version>0.3.0</version>
</dependency>
// https://jarcasting.com/artifacts/io.pravega/pravega-test-testcommon/
implementation 'io.pravega:pravega-test-testcommon:0.3.0'
// https://jarcasting.com/artifacts/io.pravega/pravega-test-testcommon/
implementation ("io.pravega:pravega-test-testcommon:0.3.0")
'io.pravega:pravega-test-testcommon:jar:0.3.0'
<dependency org="io.pravega" name="pravega-test-testcommon" rev="0.3.0">
<artifact name="pravega-test-testcommon" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.pravega', module='pravega-test-testcommon', version='0.3.0')
)
libraryDependencies += "io.pravega" % "pravega-test-testcommon" % "0.3.0"
[io.pravega/pravega-test-testcommon "0.3.0"]