Categories |
CategoriesORM Data |
---|---|
GroupId | GroupIdorg.streampipes |
ArtifactId | ArtifactIdstreampipes-performance-tests |
Version | Version0.60.1 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/org.streampipes/streampipes-performance-tests/ -->
<dependency>
<groupId>org.streampipes</groupId>
<artifactId>streampipes-performance-tests</artifactId>
<version>0.60.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.streampipes/streampipes-performance-tests/
implementation 'org.streampipes:streampipes-performance-tests:0.60.1'
// https://jarcasting.com/artifacts/org.streampipes/streampipes-performance-tests/
implementation ("org.streampipes:streampipes-performance-tests:0.60.1")
'org.streampipes:streampipes-performance-tests:jar:0.60.1'
<dependency org="org.streampipes" name="streampipes-performance-tests" rev="0.60.1">
<artifact name="streampipes-performance-tests" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.streampipes', module='streampipes-performance-tests', version='0.60.1')
)
libraryDependencies += "org.streampipes" % "streampipes-performance-tests" % "0.60.1"
[org.streampipes/streampipes-performance-tests "0.60.1"]