License |
License |
---|---|
Categories |
CategoriesQuarkus Container Microservices CLI User Interface |
GroupId | GroupIdcom.sellware.quarkus-temporal |
ArtifactId | ArtifactIdtemporal-client-parent |
Last Version | Last Version2.0.1 |
Release Date | Release Date |
Type | Typepom |
Description |
DescriptionTemporal Client - Parent
Quarkus extension for temporal engine
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
temporal-client-parent-2.0.1.pom | 7 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.sellware.quarkus-temporal/temporal-client-parent/ -->
<dependency>
<groupId>com.sellware.quarkus-temporal</groupId>
<artifactId>temporal-client-parent</artifactId>
<version>2.0.1</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.sellware.quarkus-temporal/temporal-client-parent/
implementation 'com.sellware.quarkus-temporal:temporal-client-parent:2.0.1'
// https://jarcasting.com/artifacts/com.sellware.quarkus-temporal/temporal-client-parent/
implementation ("com.sellware.quarkus-temporal:temporal-client-parent:2.0.1")
'com.sellware.quarkus-temporal:temporal-client-parent:pom:2.0.1'
<dependency org="com.sellware.quarkus-temporal" name="temporal-client-parent" rev="2.0.1">
<artifact name="temporal-client-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.sellware.quarkus-temporal', module='temporal-client-parent', version='2.0.1')
)
libraryDependencies += "com.sellware.quarkus-temporal" % "temporal-client-parent" % "2.0.1"
[com.sellware.quarkus-temporal/temporal-client-parent "2.0.1"]