Categories |
CategoriesJava Languages |
---|---|
GroupId | GroupIdch.exense.step |
ArtifactId | ArtifactIdjava-plugin-handler-test2 |
Version | Version3.10.2 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/ch.exense.step/java-plugin-handler-test2/ -->
<dependency>
<groupId>ch.exense.step</groupId>
<artifactId>java-plugin-handler-test2</artifactId>
<version>3.10.2</version>
</dependency>
// https://jarcasting.com/artifacts/ch.exense.step/java-plugin-handler-test2/
implementation 'ch.exense.step:java-plugin-handler-test2:3.10.2'
// https://jarcasting.com/artifacts/ch.exense.step/java-plugin-handler-test2/
implementation ("ch.exense.step:java-plugin-handler-test2:3.10.2")
'ch.exense.step:java-plugin-handler-test2:jar:3.10.2'
<dependency org="ch.exense.step" name="java-plugin-handler-test2" rev="3.10.2">
<artifact name="java-plugin-handler-test2" type="jar" />
</dependency>
@Grapes(
@Grab(group='ch.exense.step', module='java-plugin-handler-test2', version='3.10.2')
)
libraryDependencies += "ch.exense.step" % "java-plugin-handler-test2" % "3.10.2"
[ch.exense.step/java-plugin-handler-test2 "3.10.2"]