License |
License |
---|---|
GroupId | GroupIdcom.raylabz |
ArtifactId | ArtifactIdservexpresso |
Version | Version1.1.0 |
Type | Typejar |
Description |
DescriptionServexpresso
A Java service implementation library.
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
servexpresso-1.1.0.pom | |
servexpresso-1.1.0.jar | 27 KB |
servexpresso-1.1.0-sources.jar | 17 KB |
servexpresso-1.1.0-javadoc.jar | 159 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.raylabz/servexpresso/ -->
<dependency>
<groupId>com.raylabz</groupId>
<artifactId>servexpresso</artifactId>
<version>1.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.raylabz/servexpresso/
implementation 'com.raylabz:servexpresso:1.1.0'
// https://jarcasting.com/artifacts/com.raylabz/servexpresso/
implementation ("com.raylabz:servexpresso:1.1.0")
'com.raylabz:servexpresso:jar:1.1.0'
<dependency org="com.raylabz" name="servexpresso" rev="1.1.0">
<artifact name="servexpresso" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.raylabz', module='servexpresso', version='1.1.0')
)
libraryDependencies += "com.raylabz" % "servexpresso" % "1.1.0"
[com.raylabz/servexpresso "1.1.0"]
Group / Artifact | Type | Version |
---|---|---|
com.google.code.gson : gson | jar | 2.8.6 |
com.raylabz : responz | jar | 1.0.2 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 3.8.1 |