Categories |
CategoriesSearch Business Logic Libraries |
---|---|
GroupId | GroupIduk.co.gresearch.siembol |
ArtifactId | ArtifactIdsiembol-common |
Version | Version1.0.0 |
Type | Typejar |
Filename | Size |
---|---|
siembol-common-1.0.0.pom | |
siembol-common-1.0.0.jar | 76 KB |
siembol-common-1.0.0-sources.jar | 40 KB |
siembol-common-1.0.0-javadoc.jar | 343 KB |
Browse |
<!-- https://jarcasting.com/artifacts/uk.co.gresearch.siembol/siembol-common/ -->
<dependency>
<groupId>uk.co.gresearch.siembol</groupId>
<artifactId>siembol-common</artifactId>
<version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/uk.co.gresearch.siembol/siembol-common/
implementation 'uk.co.gresearch.siembol:siembol-common:1.0.0'
// https://jarcasting.com/artifacts/uk.co.gresearch.siembol/siembol-common/
implementation ("uk.co.gresearch.siembol:siembol-common:1.0.0")
'uk.co.gresearch.siembol:siembol-common:jar:1.0.0'
<dependency org="uk.co.gresearch.siembol" name="siembol-common" rev="1.0.0">
<artifact name="siembol-common" type="jar" />
</dependency>
@Grapes(
@Grab(group='uk.co.gresearch.siembol', module='siembol-common', version='1.0.0')
)
libraryDependencies += "uk.co.gresearch.siembol" % "siembol-common" % "1.0.0"
[uk.co.gresearch.siembol/siembol-common "1.0.0"]