License |
License |
---|---|
Categories |
CategoriesSpring Boot Container Microservices |
GroupId | GroupIdcom.github.jimsp |
ArtifactId | ArtifactIdspring-boot-starter-jorchestra |
Version | Version0.0.1 |
Type | Typejar |
Description |
DescriptionJOrchestra
microserviço para execução distribuida com hazelcast à partir de endpoint websocket
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
spring-boot-starter-jorchestra-0.0.1.pom | |
spring-boot-starter-jorchestra-0.0.1.jar | 858 bytes |
spring-boot-starter-jorchestra-0.0.1-sources.jar | 858 bytes |
spring-boot-starter-jorchestra-0.0.1-javadoc.jar | 261 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.jimsp/spring-boot-starter-jorchestra/ -->
<dependency>
<groupId>com.github.jimsp</groupId>
<artifactId>spring-boot-starter-jorchestra</artifactId>
<version>0.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.jimsp/spring-boot-starter-jorchestra/
implementation 'com.github.jimsp:spring-boot-starter-jorchestra:0.0.1'
// https://jarcasting.com/artifacts/com.github.jimsp/spring-boot-starter-jorchestra/
implementation ("com.github.jimsp:spring-boot-starter-jorchestra:0.0.1")
'com.github.jimsp:spring-boot-starter-jorchestra:jar:0.0.1'
<dependency org="com.github.jimsp" name="spring-boot-starter-jorchestra" rev="0.0.1">
<artifact name="spring-boot-starter-jorchestra" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.jimsp', module='spring-boot-starter-jorchestra', version='0.0.1')
)
libraryDependencies += "com.github.jimsp" % "spring-boot-starter-jorchestra" % "0.0.1"
[com.github.jimsp/spring-boot-starter-jorchestra "0.0.1"]
Group / Artifact | Type | Version |
---|---|---|
org.springframework.boot : spring-boot-starter | jar | |
org.springframework.boot : spring-boot-starter-websocket | jar | |
com.github.jimsp : jorchestra-spring-boot-autoconfigure | jar | 0.0.1 |
com.github.jimsp : jorchestra-core | jar | 0.0.1 |
com.hazelcast : hazelcast | jar | |
com.hazelcast : hazelcast-spring | jar |
Group / Artifact | Type | Version |
---|---|---|
org.springframework.boot : spring-boot-starter-test | jar |