Categories |
CategoriesJava Languages Native Development Tools |
---|---|
GroupId | GroupIdio.streamnative.tests |
ArtifactId | ArtifactIdjava-test-functions |
Version | Version2.9.0-rc-202110032206 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/io.streamnative.tests/java-test-functions/ -->
<dependency>
<groupId>io.streamnative.tests</groupId>
<artifactId>java-test-functions</artifactId>
<version>2.9.0-rc-202110032206</version>
</dependency>
// https://jarcasting.com/artifacts/io.streamnative.tests/java-test-functions/
implementation 'io.streamnative.tests:java-test-functions:2.9.0-rc-202110032206'
// https://jarcasting.com/artifacts/io.streamnative.tests/java-test-functions/
implementation ("io.streamnative.tests:java-test-functions:2.9.0-rc-202110032206")
'io.streamnative.tests:java-test-functions:jar:2.9.0-rc-202110032206'
<dependency org="io.streamnative.tests" name="java-test-functions" rev="2.9.0-rc-202110032206">
<artifact name="java-test-functions" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.streamnative.tests', module='java-test-functions', version='2.9.0-rc-202110032206')
)
libraryDependencies += "io.streamnative.tests" % "java-test-functions" % "2.9.0-rc-202110032206"
[io.streamnative.tests/java-test-functions "2.9.0-rc-202110032206"]