| License | 
                License | 
        
|---|---|
| GroupId | GroupIdorg.apache.eagle | 
    
| ArtifactId | ArtifactIdeagle-job-common | 
    
| Last Version | Last Version0.4.0-incubating | 
        
| Release Date | Release Date | 
        
| Type | Typejar | 
    
| Description | 
            Descriptioneagle-job-common 
            Eagle Data Process Framework 
         | 
    
| Project URL | 
                    Project URL | 
            
| Project Organization | 
                    Project Organization | 
            
<!-- https://jarcasting.com/artifacts/org.apache.eagle/eagle-job-common/ -->
<dependency>
    <groupId>org.apache.eagle</groupId>
    <artifactId>eagle-job-common</artifactId>
    <version>0.4.0-incubating</version>
</dependency>
                // https://jarcasting.com/artifacts/org.apache.eagle/eagle-job-common/
implementation 'org.apache.eagle:eagle-job-common:0.4.0-incubating'
                // https://jarcasting.com/artifacts/org.apache.eagle/eagle-job-common/
implementation ("org.apache.eagle:eagle-job-common:0.4.0-incubating")
                'org.apache.eagle:eagle-job-common:jar:0.4.0-incubating'
                <dependency org="org.apache.eagle" name="eagle-job-common" rev="0.4.0-incubating">
  <artifact name="eagle-job-common" type="jar" />
</dependency>
                @Grapes(
@Grab(group='org.apache.eagle', module='eagle-job-common', version='0.4.0-incubating')
)
                libraryDependencies += "org.apache.eagle" % "eagle-job-common" % "0.4.0-incubating"
                [org.apache.eagle/eagle-job-common "0.4.0-incubating"]