GroupId | GroupIdcom.github.jobservice |
---|---|
ArtifactId | ArtifactIdjob-service-aggregator |
Version | Version3.3.0-2 |
Type | Typepom |
Filename | Size |
---|---|
job-service-aggregator-3.3.0-2.pom | 16 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.jobservice/job-service-aggregator/ -->
<dependency>
<groupId>com.github.jobservice</groupId>
<artifactId>job-service-aggregator</artifactId>
<version>3.3.0-2</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.jobservice/job-service-aggregator/
implementation 'com.github.jobservice:job-service-aggregator:3.3.0-2'
// https://jarcasting.com/artifacts/com.github.jobservice/job-service-aggregator/
implementation ("com.github.jobservice:job-service-aggregator:3.3.0-2")
'com.github.jobservice:job-service-aggregator:pom:3.3.0-2'
<dependency org="com.github.jobservice" name="job-service-aggregator" rev="3.3.0-2">
<artifact name="job-service-aggregator" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.github.jobservice', module='job-service-aggregator', version='3.3.0-2')
)
libraryDependencies += "com.github.jobservice" % "job-service-aggregator" % "3.3.0-2"
[com.github.jobservice/job-service-aggregator "3.3.0-2"]