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