| Categories |
Categoriesconfig Application Layer Libs Configuration |
|---|---|
| GroupId | GroupIdcom.github.workerframework |
| ArtifactId | ArtifactIdworker-default-configs |
| Version | Version3.0.0-399 |
| Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.github.workerframework/worker-default-configs/ -->
<dependency>
<groupId>com.github.workerframework</groupId>
<artifactId>worker-default-configs</artifactId>
<version>3.0.0-399</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.workerframework/worker-default-configs/
implementation 'com.github.workerframework:worker-default-configs:3.0.0-399'
// https://jarcasting.com/artifacts/com.github.workerframework/worker-default-configs/
implementation ("com.github.workerframework:worker-default-configs:3.0.0-399")
'com.github.workerframework:worker-default-configs:jar:3.0.0-399'
<dependency org="com.github.workerframework" name="worker-default-configs" rev="3.0.0-399">
<artifact name="worker-default-configs" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.workerframework', module='worker-default-configs', version='3.0.0-399')
)
libraryDependencies += "com.github.workerframework" % "worker-default-configs" % "3.0.0-399"
[com.github.workerframework/worker-default-configs "3.0.0-399"]