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