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