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