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