| GroupId | GroupIdch.exense |
|---|---|
| ArtifactId | ArtifactIdbase-plugins |
| Last Version | Last Version3.6.1 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
Description |
| Filename | Size |
|---|---|
| base-plugins-3.6.1.pom | |
| base-plugins-3.6.1.jar | 112 KB |
| base-plugins-3.6.1-sources.jar | 75 KB |
| base-plugins-3.6.1-javadoc.jar | 456 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/ch.exense/base-plugins/ -->
<dependency>
<groupId>ch.exense</groupId>
<artifactId>base-plugins</artifactId>
<version>3.6.1</version>
</dependency>
// https://jarcasting.com/artifacts/ch.exense/base-plugins/
implementation 'ch.exense:base-plugins:3.6.1'
// https://jarcasting.com/artifacts/ch.exense/base-plugins/
implementation ("ch.exense:base-plugins:3.6.1")
'ch.exense:base-plugins:jar:3.6.1'
<dependency org="ch.exense" name="base-plugins" rev="3.6.1">
<artifact name="base-plugins" type="jar" />
</dependency>
@Grapes(
@Grab(group='ch.exense', module='base-plugins', version='3.6.1')
)
libraryDependencies += "ch.exense" % "base-plugins" % "3.6.1"
[ch.exense/base-plugins "3.6.1"]