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