Categories |
CategoriesNet |
---|---|
GroupId | GroupIdcom.netshoes |
ArtifactId | ArtifactIddistributed-process-worker |
Version | Version0.0.4 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.netshoes/distributed-process-worker/ -->
<dependency>
<groupId>com.netshoes</groupId>
<artifactId>distributed-process-worker</artifactId>
<version>0.0.4</version>
</dependency>
// https://jarcasting.com/artifacts/com.netshoes/distributed-process-worker/
implementation 'com.netshoes:distributed-process-worker:0.0.4'
// https://jarcasting.com/artifacts/com.netshoes/distributed-process-worker/
implementation ("com.netshoes:distributed-process-worker:0.0.4")
'com.netshoes:distributed-process-worker:jar:0.0.4'
<dependency org="com.netshoes" name="distributed-process-worker" rev="0.0.4">
<artifact name="distributed-process-worker" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.netshoes', module='distributed-process-worker', version='0.0.4')
)
libraryDependencies += "com.netshoes" % "distributed-process-worker" % "0.0.4"
[com.netshoes/distributed-process-worker "0.0.4"]