GroupId | GroupIdio.semla |
---|---|
ArtifactId | ArtifactIdsemla-common |
Version | Version1.1.4 |
Type | Typejar |
Filename | Size |
---|---|
semla-common-1.1.4.pom | |
semla-common-1.1.4.jar | 178 KB |
semla-common-1.1.4-tests.jar | 13 KB |
semla-common-1.1.4-sources.jar | 61 KB |
semla-common-1.1.4-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.4</version>
</dependency>
// https://jarcasting.com/artifacts/io.semla/semla-common/
implementation 'io.semla:semla-common:1.1.4'
// https://jarcasting.com/artifacts/io.semla/semla-common/
implementation ("io.semla:semla-common:1.1.4")
'io.semla:semla-common:jar:1.1.4'
<dependency org="io.semla" name="semla-common" rev="1.1.4">
<artifact name="semla-common" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.semla', module='semla-common', version='1.1.4')
)
libraryDependencies += "io.semla" % "semla-common" % "1.1.4"
[io.semla/semla-common "1.1.4"]