| License |
License |
|---|---|
| Categories |
CategoriesBootique User Interface Web Frameworks |
| GroupId | GroupIdcom.nhl.bootique.job |
| ArtifactId | ArtifactIdbootique-job |
| Last Version | Last Version0.10 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
Descriptionbootique-job: Job framework with Bootique Integration
Provides a job execution framework with Bootique integration
|
| Project Organization |
Project OrganizationNational Hockey League |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| bootique-job-0.10.pom | |
| bootique-job-0.10.jar | 42 KB |
| bootique-job-0.10-sources.jar | 21 KB |
| bootique-job-0.10-javadoc.jar | 205 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.nhl.bootique.job/bootique-job/ -->
<dependency>
<groupId>com.nhl.bootique.job</groupId>
<artifactId>bootique-job</artifactId>
<version>0.10</version>
</dependency>
// https://jarcasting.com/artifacts/com.nhl.bootique.job/bootique-job/
implementation 'com.nhl.bootique.job:bootique-job:0.10'
// https://jarcasting.com/artifacts/com.nhl.bootique.job/bootique-job/
implementation ("com.nhl.bootique.job:bootique-job:0.10")
'com.nhl.bootique.job:bootique-job:jar:0.10'
<dependency org="com.nhl.bootique.job" name="bootique-job" rev="0.10">
<artifact name="bootique-job" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.nhl.bootique.job', module='bootique-job', version='0.10')
)
libraryDependencies += "com.nhl.bootique.job" % "bootique-job" % "0.10"
[com.nhl.bootique.job/bootique-job "0.10"]
| Group / Artifact | Type | Version |
|---|---|---|
| com.nhl.bootique : bootique | jar | 0.18 |
| org.springframework : spring-context | jar | 4.2.3.RELEASE |
| org.springframework : spring-core | jar | 4.2.3.RELEASE |
| org.slf4j : jcl-over-slf4j | jar | 1.7.13 |
| com.nhl.bootique.curator : bootique-curator Optional | jar | 0.9 |
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar | 4.12 |
| org.mockito : mockito-core | jar | 2.0.31-beta |
| com.nhl.bootique : bootique-test | jar | 0.18 |