Categories |
CategoriesNative Development Tools |
---|---|
GroupId | GroupIdio.streamnative.tests |
ArtifactId | ArtifactIdbc_2_0_1 |
Version | Version2.7.2.6 |
Type | Typejar |
Filename | Size |
---|---|
bc_2_0_1-2.7.2.6.pom | |
bc_2_0_1-2.7.2.6.jar | 7 KB |
bc_2_0_1-2.7.2.6-tests.jar | 11 KB |
bc_2_0_1-2.7.2.6-sources.jar | 7 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.streamnative.tests/bc_2_0_1/ -->
<dependency>
<groupId>io.streamnative.tests</groupId>
<artifactId>bc_2_0_1</artifactId>
<version>2.7.2.6</version>
</dependency>
// https://jarcasting.com/artifacts/io.streamnative.tests/bc_2_0_1/
implementation 'io.streamnative.tests:bc_2_0_1:2.7.2.6'
// https://jarcasting.com/artifacts/io.streamnative.tests/bc_2_0_1/
implementation ("io.streamnative.tests:bc_2_0_1:2.7.2.6")
'io.streamnative.tests:bc_2_0_1:jar:2.7.2.6'
<dependency org="io.streamnative.tests" name="bc_2_0_1" rev="2.7.2.6">
<artifact name="bc_2_0_1" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.streamnative.tests', module='bc_2_0_1', version='2.7.2.6')
)
libraryDependencies += "io.streamnative.tests" % "bc_2_0_1" % "2.7.2.6"
[io.streamnative.tests/bc_2_0_1 "2.7.2.6"]