| Категории |
КатегорииJava Языки программирования |
|---|---|
| Группа | Группаch.exense.step |
| Идентификатор | Идентификаторjava-plugin-handler-test |
| Версия | Версия3.9.3 |
| Тип | Типjar |
<!-- https://jarcasting.com/artifacts/ch.exense.step/java-plugin-handler-test/ -->
<dependency>
<groupId>ch.exense.step</groupId>
<artifactId>java-plugin-handler-test</artifactId>
<version>3.9.3</version>
</dependency>
// https://jarcasting.com/artifacts/ch.exense.step/java-plugin-handler-test/
implementation 'ch.exense.step:java-plugin-handler-test:3.9.3'
// https://jarcasting.com/artifacts/ch.exense.step/java-plugin-handler-test/
implementation ("ch.exense.step:java-plugin-handler-test:3.9.3")
'ch.exense.step:java-plugin-handler-test:jar:3.9.3'
<dependency org="ch.exense.step" name="java-plugin-handler-test" rev="3.9.3">
<artifact name="java-plugin-handler-test" type="jar" />
</dependency>
@Grapes(
@Grab(group='ch.exense.step', module='java-plugin-handler-test', version='3.9.3')
)
libraryDependencies += "ch.exense.step" % "java-plugin-handler-test" % "3.9.3"
[ch.exense.step/java-plugin-handler-test "3.9.3"]