Categories |
CategoriesNative Development Tools |
---|---|
GroupId | GroupIdio.streamnative.tests |
ArtifactId | ArtifactIdbc_2_0_0 |
Version | Version2.10.0-rc-202110202205 |
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>2.10.0-rc-202110202205</version>
</dependency>
// https://jarcasting.com/artifacts/io.streamnative.tests/bc_2_0_0/
implementation 'io.streamnative.tests:bc_2_0_0:2.10.0-rc-202110202205'
// https://jarcasting.com/artifacts/io.streamnative.tests/bc_2_0_0/
implementation ("io.streamnative.tests:bc_2_0_0:2.10.0-rc-202110202205")
'io.streamnative.tests:bc_2_0_0:jar:2.10.0-rc-202110202205'
<dependency org="io.streamnative.tests" name="bc_2_0_0" rev="2.10.0-rc-202110202205">
<artifact name="bc_2_0_0" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.streamnative.tests', module='bc_2_0_0', version='2.10.0-rc-202110202205')
)
libraryDependencies += "io.streamnative.tests" % "bc_2_0_0" % "2.10.0-rc-202110202205"
[io.streamnative.tests/bc_2_0_0 "2.10.0-rc-202110202205"]