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