License |
License |
---|---|
GroupId | GroupIdcom.fasterxml.storemate |
ArtifactId | ArtifactIdstoremate-service |
Version | Version0.5.0 |
Type | Typejar |
Description |
DescriptionStoreMate-service
Logical service abstraction, used by both server and
client components.
|
Project Organization |
Project Organization |
Filename | Size |
---|---|
storemate-service-0.5.0.pom | |
storemate-service-0.5.0.jar | 13 KB |
storemate-service-0.5.0-sources.jar | 12 KB |
storemate-service-0.5.0-javadoc.jar | 82 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.fasterxml.storemate/storemate-service/ -->
<dependency>
<groupId>com.fasterxml.storemate</groupId>
<artifactId>storemate-service</artifactId>
<version>0.5.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.fasterxml.storemate/storemate-service/
implementation 'com.fasterxml.storemate:storemate-service:0.5.0'
// https://jarcasting.com/artifacts/com.fasterxml.storemate/storemate-service/
implementation ("com.fasterxml.storemate:storemate-service:0.5.0")
'com.fasterxml.storemate:storemate-service:jar:0.5.0'
<dependency org="com.fasterxml.storemate" name="storemate-service" rev="0.5.0">
<artifact name="storemate-service" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.fasterxml.storemate', module='storemate-service', version='0.5.0')
)
libraryDependencies += "com.fasterxml.storemate" % "storemate-service" % "0.5.0"
[com.fasterxml.storemate/storemate-service "0.5.0"]
Group / Artifact | Type | Version |
---|---|---|
com.fasterxml.storemate : storemate-shared | jar | 0.5.0 |
com.fasterxml.storemate : storemate-store | jar | 0.5.0 |
Group / Artifact | Type | Version |
---|---|---|
com.fasterxml.storemate : storemate-shared | test-jar | 0.5.0 |
junit : junit | jar | 4.8.2 |