GermServices
A simple web services development suite with Spring and OSGi support and several utilities including exception handling, excution time filter, swagger api listing etc.
License |
License |
---|---|
GroupId | GroupIdcom.github.codegerm |
ArtifactId | ArtifactIdorg.cg.services.core |
Last Version | Last Version1.0.6 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptioncom.github.codegerm:org.cg.services.core
A simple web services development suite with Spring and OSGi support and several utilities including exception handling, excution time filter, swagger api listing etc.
|
Project URL |
Project URL |
Project Organization |
Project Organization |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
org.cg.services.core-1.0.6.pom | |
org.cg.services.core-1.0.6.jar | 45 KB |
org.cg.services.core-1.0.6-sources.jar | 27 KB |
org.cg.services.core-1.0.6-javadoc.jar | 237 KB |
org.cg.services.core-1.0.6-bin.zip | 19 MB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.codegerm/org.cg.services.core/ -->
<dependency>
<groupId>com.github.codegerm</groupId>
<artifactId>org.cg.services.core</artifactId>
<version>1.0.6</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.codegerm/org.cg.services.core/
implementation 'com.github.codegerm:org.cg.services.core:1.0.6'
// https://jarcasting.com/artifacts/com.github.codegerm/org.cg.services.core/
implementation ("com.github.codegerm:org.cg.services.core:1.0.6")
'com.github.codegerm:org.cg.services.core:jar:1.0.6'
<dependency org="com.github.codegerm" name="org.cg.services.core" rev="1.0.6">
<artifact name="org.cg.services.core" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.codegerm', module='org.cg.services.core', version='1.0.6')
)
libraryDependencies += "com.github.codegerm" % "org.cg.services.core" % "1.0.6"
[com.github.codegerm/org.cg.services.core "1.0.6"]
A simple web services development suite with Spring and OSGi support and several utilities including exception handling, excution time filter, swagger api listing etc.