Categories |
CategoriesNative Development Tools |
---|---|
GroupId | GroupIdio.streamnative.tests |
ArtifactId | ArtifactIdbc_2_0_0 |
Version | Versionv2.8.0-rc-202106091140 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/io.streamnative.tests/bc_2_0_0/ -->
<dependency>
<groupId>io.streamnative.tests</groupId>
<artifactId>bc_2_0_0</artifactId>
<version>v2.8.0-rc-202106091140</version>
</dependency>
// https://jarcasting.com/artifacts/io.streamnative.tests/bc_2_0_0/
implementation 'io.streamnative.tests:bc_2_0_0:v2.8.0-rc-202106091140'
// https://jarcasting.com/artifacts/io.streamnative.tests/bc_2_0_0/
implementation ("io.streamnative.tests:bc_2_0_0:v2.8.0-rc-202106091140")
'io.streamnative.tests:bc_2_0_0:jar:v2.8.0-rc-202106091140'
<dependency org="io.streamnative.tests" name="bc_2_0_0" rev="v2.8.0-rc-202106091140">
<artifact name="bc_2_0_0" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.streamnative.tests', module='bc_2_0_0', version='v2.8.0-rc-202106091140')
)
libraryDependencies += "io.streamnative.tests" % "bc_2_0_0" % "v2.8.0-rc-202106091140"
[io.streamnative.tests/bc_2_0_0 "v2.8.0-rc-202106091140"]