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