| GroupId | GroupIdch.exense.step |
|---|---|
| ArtifactId | ArtifactIdcommons |
| Version | Version3.10.2 |
| Type | Typejar |
| Filename | Size |
|---|---|
| commons-3.10.2.pom | |
| commons-3.10.2.jar | 39 KB |
| commons-3.10.2-sources.jar | 26 KB |
| commons-3.10.2-javadoc.jar | 171 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/ch.exense.step/commons/ -->
<dependency>
<groupId>ch.exense.step</groupId>
<artifactId>commons</artifactId>
<version>3.10.2</version>
</dependency>
// https://jarcasting.com/artifacts/ch.exense.step/commons/
implementation 'ch.exense.step:commons:3.10.2'
// https://jarcasting.com/artifacts/ch.exense.step/commons/
implementation ("ch.exense.step:commons:3.10.2")
'ch.exense.step:commons:jar:3.10.2'
<dependency org="ch.exense.step" name="commons" rev="3.10.2">
<artifact name="commons" type="jar" />
</dependency>
@Grapes(
@Grab(group='ch.exense.step', module='commons', version='3.10.2')
)
libraryDependencies += "ch.exense.step" % "commons" % "3.10.2"
[ch.exense.step/commons "3.10.2"]