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