| Группа | Группаcom.github.inspektr |
|---|---|
| Идентификатор | Идентификаторinspektr-support-spring |
| Версия | Версия1.0.4.GA |
| Тип | Типjar |
<!-- https://jarcasting.com/artifacts/com.github.inspektr/inspektr-support-spring/ -->
<dependency>
<groupId>com.github.inspektr</groupId>
<artifactId>inspektr-support-spring</artifactId>
<version>1.0.4.GA</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.inspektr/inspektr-support-spring/
implementation 'com.github.inspektr:inspektr-support-spring:1.0.4.GA'
// https://jarcasting.com/artifacts/com.github.inspektr/inspektr-support-spring/
implementation ("com.github.inspektr:inspektr-support-spring:1.0.4.GA")
'com.github.inspektr:inspektr-support-spring:jar:1.0.4.GA'
<dependency org="com.github.inspektr" name="inspektr-support-spring" rev="1.0.4.GA">
<artifact name="inspektr-support-spring" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.inspektr', module='inspektr-support-spring', version='1.0.4.GA')
)
libraryDependencies += "com.github.inspektr" % "inspektr-support-spring" % "1.0.4.GA"
[com.github.inspektr/inspektr-support-spring "1.0.4.GA"]