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