License |
License |
---|---|
Categories |
CategoriesBootique User Interface Web Frameworks |
GroupId | GroupIdio.bootique.job |
ArtifactId | ArtifactIdbootique-job-parent |
Last Version | Last Version2.0.1 |
Release Date | Release Date |
Type | Typepom |
Description |
Descriptionbootique-job-parent: Job framework with Bootique Integration
Provides a job execution framework with Bootique integration
|
Project Organization |
Project OrganizationObjectStyle LLC |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
bootique-job-parent-2.0.1.pom | 5 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.bootique.job/bootique-job-parent/ -->
<dependency>
<groupId>io.bootique.job</groupId>
<artifactId>bootique-job-parent</artifactId>
<version>2.0.1</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/io.bootique.job/bootique-job-parent/
implementation 'io.bootique.job:bootique-job-parent:2.0.1'
// https://jarcasting.com/artifacts/io.bootique.job/bootique-job-parent/
implementation ("io.bootique.job:bootique-job-parent:2.0.1")
'io.bootique.job:bootique-job-parent:pom:2.0.1'
<dependency org="io.bootique.job" name="bootique-job-parent" rev="2.0.1">
<artifact name="bootique-job-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='io.bootique.job', module='bootique-job-parent', version='2.0.1')
)
libraryDependencies += "io.bootique.job" % "bootique-job-parent" % "2.0.1"
[io.bootique.job/bootique-job-parent "2.0.1"]