| GroupId | GroupIdio.semla |
|---|---|
| ArtifactId | ArtifactIdsemla-common |
| Version | Version1.1.2 |
| Type | Typejar |
| Filename | Size |
|---|---|
| semla-common-1.1.2.pom | |
| semla-common-1.1.2.jar | 178 KB |
| semla-common-1.1.2-tests.jar | 13 KB |
| semla-common-1.1.2-sources.jar | 61 KB |
| semla-common-1.1.2-javadoc.jar | 492 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/io.semla/semla-common/ -->
<dependency>
<groupId>io.semla</groupId>
<artifactId>semla-common</artifactId>
<version>1.1.2</version>
</dependency>
// https://jarcasting.com/artifacts/io.semla/semla-common/
implementation 'io.semla:semla-common:1.1.2'
// https://jarcasting.com/artifacts/io.semla/semla-common/
implementation ("io.semla:semla-common:1.1.2")
'io.semla:semla-common:jar:1.1.2'
<dependency org="io.semla" name="semla-common" rev="1.1.2">
<artifact name="semla-common" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.semla', module='semla-common', version='1.1.2')
)
libraryDependencies += "io.semla" % "semla-common" % "1.1.2"
[io.semla/semla-common "1.1.2"]