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