GroupId | GroupIdcom.github.jobservice |
---|---|
ArtifactId | ArtifactIdjob-service |
Version | Version3.1.0-578 |
Type | Typewar |
Filename | Size |
---|---|
job-service-3.1.0-578.pom | |
job-service-3.1.0-578.war | 16 MB |
job-service-3.1.0-578-sources.jar | 64 KB |
job-service-3.1.0-578-javadoc.jar | 297 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.jobservice/job-service/ -->
<dependency>
<groupId>com.github.jobservice</groupId>
<artifactId>job-service</artifactId>
<version>3.1.0-578</version>
<type>war</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.jobservice/job-service/
implementation 'com.github.jobservice:job-service:3.1.0-578'
// https://jarcasting.com/artifacts/com.github.jobservice/job-service/
implementation ("com.github.jobservice:job-service:3.1.0-578")
'com.github.jobservice:job-service:war:3.1.0-578'
<dependency org="com.github.jobservice" name="job-service" rev="3.1.0-578">
<artifact name="job-service" type="war" />
</dependency>
@Grapes(
@Grab(group='com.github.jobservice', module='job-service', version='3.1.0-578')
)
libraryDependencies += "com.github.jobservice" % "job-service" % "3.1.0-578"
[com.github.jobservice/job-service "3.1.0-578"]