GroupId | GroupIdcom.github.jobservice |
---|---|
ArtifactId | ArtifactIdjob-service-contract |
Version | Version4.0.0-93 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.github.jobservice/job-service-contract/ -->
<dependency>
<groupId>com.github.jobservice</groupId>
<artifactId>job-service-contract</artifactId>
<version>4.0.0-93</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.jobservice/job-service-contract/
implementation 'com.github.jobservice:job-service-contract:4.0.0-93'
// https://jarcasting.com/artifacts/com.github.jobservice/job-service-contract/
implementation ("com.github.jobservice:job-service-contract:4.0.0-93")
'com.github.jobservice:job-service-contract:jar:4.0.0-93'
<dependency org="com.github.jobservice" name="job-service-contract" rev="4.0.0-93">
<artifact name="job-service-contract" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.jobservice', module='job-service-contract', version='4.0.0-93')
)
libraryDependencies += "com.github.jobservice" % "job-service-contract" % "4.0.0-93"
[com.github.jobservice/job-service-contract "4.0.0-93"]