GroupId | GroupIdch.exense.step |
---|---|
ArtifactId | ArtifactIdbase-plugins |
Version | Version3.9.4 |
Type | Typejar |
Filename | Size |
---|---|
base-plugins-3.9.4.pom | |
base-plugins-3.9.4.jar | 136 KB |
base-plugins-3.9.4-sources.jar | 91 KB |
base-plugins-3.9.4-javadoc.jar | 550 KB |
Browse |
<!-- https://jarcasting.com/artifacts/ch.exense.step/base-plugins/ -->
<dependency>
<groupId>ch.exense.step</groupId>
<artifactId>base-plugins</artifactId>
<version>3.9.4</version>
</dependency>
// https://jarcasting.com/artifacts/ch.exense.step/base-plugins/
implementation 'ch.exense.step:base-plugins:3.9.4'
// https://jarcasting.com/artifacts/ch.exense.step/base-plugins/
implementation ("ch.exense.step:base-plugins:3.9.4")
'ch.exense.step:base-plugins:jar:3.9.4'
<dependency org="ch.exense.step" name="base-plugins" rev="3.9.4">
<artifact name="base-plugins" type="jar" />
</dependency>
@Grapes(
@Grab(group='ch.exense.step', module='base-plugins', version='3.9.4')
)
libraryDependencies += "ch.exense.step" % "base-plugins" % "3.9.4"
[ch.exense.step/base-plugins "3.9.4"]