| GroupId | GroupIdcom.kupal.commons |
|---|---|
| ArtifactId | ArtifactIdcommon-service |
| Last Version | Last Version1.0 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
Descriptioncommon-service
|
| Filename | Size |
|---|---|
| common-service-1.0.pom | |
| common-service-1.0.jar | 5 KB |
| common-service-1.0-sources.jar | 3 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.kupal.commons/common-service/ -->
<dependency>
<groupId>com.kupal.commons</groupId>
<artifactId>common-service</artifactId>
<version>1.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.kupal.commons/common-service/
implementation 'com.kupal.commons:common-service:1.0'
// https://jarcasting.com/artifacts/com.kupal.commons/common-service/
implementation ("com.kupal.commons:common-service:1.0")
'com.kupal.commons:common-service:jar:1.0'
<dependency org="com.kupal.commons" name="common-service" rev="1.0">
<artifact name="common-service" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.kupal.commons', module='common-service', version='1.0')
)
libraryDependencies += "com.kupal.commons" % "common-service" % "1.0"
[com.kupal.commons/common-service "1.0"]
| Group / Artifact | Type | Version |
|---|---|---|
| com.kupal.commons : common-data-access | jar | 1.0 |
| com.kupal.commons : common-domain-model | jar | 1.0 |