| Лицензия |
Лицензия |
|---|---|
| Группа | Группаcom.microsoft.jfr |
| Идентификатор | Идентификаторjfr-streaming |
| Версия | Версия1.2.0 |
| Тип | Типjar |
| Описание |
ОписаниеJava Flight Recorder Streaming Library
A library for streaming JFR files via the FlightRecorderMXBean
|
| Ссылка на сайт |
Ссылка на сайт |
| Организация-разработчик |
Организация-разработчик |
| Система контроля версий |
Система контроля версий |
| Имя Файла | Размер |
|---|---|
| jfr-streaming-1.2.0.pom | |
| jfr-streaming-1.2.0.jar | 21 KB |
| jfr-streaming-1.2.0-sources.jar | 21 KB |
| jfr-streaming-1.2.0-javadoc.jar | 175 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/com.microsoft.jfr/jfr-streaming/ -->
<dependency>
<groupId>com.microsoft.jfr</groupId>
<artifactId>jfr-streaming</artifactId>
<version>1.2.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.microsoft.jfr/jfr-streaming/
implementation 'com.microsoft.jfr:jfr-streaming:1.2.0'
// https://jarcasting.com/artifacts/com.microsoft.jfr/jfr-streaming/
implementation ("com.microsoft.jfr:jfr-streaming:1.2.0")
'com.microsoft.jfr:jfr-streaming:jar:1.2.0'
<dependency org="com.microsoft.jfr" name="jfr-streaming" rev="1.2.0">
<artifact name="jfr-streaming" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.microsoft.jfr', module='jfr-streaming', version='1.2.0')
)
libraryDependencies += "com.microsoft.jfr" % "jfr-streaming" % "1.2.0"
[com.microsoft.jfr/jfr-streaming "1.2.0"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| org.testng : testng | jar | 7.3.0 |
| org.mockito : mockito-testng | jar | 0.3.0 |