| Категории |
КатегорииMonitoring Тестирование приложения и мониторинг |
|---|---|
| Группа | Группаorg.apache.streams |
| Идентификатор | Идентификаторstreams-monitoring |
| Версия | Версия0.5-incubating |
| Тип | Типjar |
<!-- https://jarcasting.com/artifacts/org.apache.streams/streams-monitoring/ -->
<dependency>
<groupId>org.apache.streams</groupId>
<artifactId>streams-monitoring</artifactId>
<version>0.5-incubating</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache.streams/streams-monitoring/
implementation 'org.apache.streams:streams-monitoring:0.5-incubating'
// https://jarcasting.com/artifacts/org.apache.streams/streams-monitoring/
implementation ("org.apache.streams:streams-monitoring:0.5-incubating")
'org.apache.streams:streams-monitoring:jar:0.5-incubating'
<dependency org="org.apache.streams" name="streams-monitoring" rev="0.5-incubating">
<artifact name="streams-monitoring" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.streams', module='streams-monitoring', version='0.5-incubating')
)
libraryDependencies += "org.apache.streams" % "streams-monitoring" % "0.5-incubating"
[org.apache.streams/streams-monitoring "0.5-incubating"]