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