| Категории |
КатегорииLogging Библиотеки уровня приложения |
|---|---|
| Группа | Группаorg.streampipes |
| Идентификатор | Идентификаторstreampipes-logging |
| Версия | Версия0.60.1 |
| Тип | Типjar |
| Имя Файла | Размер |
|---|---|
| streampipes-logging-0.60.1.pom | |
| streampipes-logging-0.60.1.jar | 6 KB |
| streampipes-logging-0.60.1-sources.jar | 6 KB |
| streampipes-logging-0.60.1-javadoc.jar | 65 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/org.streampipes/streampipes-logging/ -->
<dependency>
<groupId>org.streampipes</groupId>
<artifactId>streampipes-logging</artifactId>
<version>0.60.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.streampipes/streampipes-logging/
implementation 'org.streampipes:streampipes-logging:0.60.1'
// https://jarcasting.com/artifacts/org.streampipes/streampipes-logging/
implementation ("org.streampipes:streampipes-logging:0.60.1")
'org.streampipes:streampipes-logging:jar:0.60.1'
<dependency org="org.streampipes" name="streampipes-logging" rev="0.60.1">
<artifact name="streampipes-logging" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.streampipes', module='streampipes-logging', version='0.60.1')
)
libraryDependencies += "org.streampipes" % "streampipes-logging" % "0.60.1"
[org.streampipes/streampipes-logging "0.60.1"]