License |
License |
---|---|
Categories |
CategoriesIDE Development Tools |
GroupId | GroupIdcom.github.ideahut |
ArtifactId | ArtifactIdqms-shared |
Last Version | Last Version1.0.0 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionqms-shared
Shared library for microservice (Quarkus)
|
Filename | Size |
---|---|
qms-shared-1.0.0.pom | |
qms-shared-1.0.0.jar | 183 KB |
qms-shared-1.0.0-sources.jar | 83 KB |
qms-shared-1.0.0-javadoc.jar | 626 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.ideahut/qms-shared/ -->
<dependency>
<groupId>com.github.ideahut</groupId>
<artifactId>qms-shared</artifactId>
<version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.ideahut/qms-shared/
implementation 'com.github.ideahut:qms-shared:1.0.0'
// https://jarcasting.com/artifacts/com.github.ideahut/qms-shared/
implementation ("com.github.ideahut:qms-shared:1.0.0")
'com.github.ideahut:qms-shared:jar:1.0.0'
<dependency org="com.github.ideahut" name="qms-shared" rev="1.0.0">
<artifact name="qms-shared" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.ideahut', module='qms-shared', version='1.0.0')
)
libraryDependencies += "com.github.ideahut" % "qms-shared" % "1.0.0"
[com.github.ideahut/qms-shared "1.0.0"]
Group / Artifact | Type | Version |
---|---|---|
com.github.ideahut : qms-client | jar | 1.0.0 |
org.projectlombok : lombok | jar | 1.16.16 |
io.quarkus.http : quarkus-http-servlet | jar | |
io.quarkus : quarkus-hibernate-orm-panache | jar | |
org.jboss.resteasy : resteasy-jackson2-provider | jar | |
com.fasterxml.jackson.dataformat : jackson-dataformat-xml | jar | |
io.quarkus : quarkus-resteasy-jsonb | jar | |
redis.clients : jedis | jar | 3.2.0 |
org.springframework.data : spring-data-redis | jar | 2.2.3.RELEASE |
io.vertx : vertx-kafka-client | jar | |
org.apache.kafka : kafka-clients | jar |