| Лицензия |
Лицензия |
|---|---|
| Группа | Группаorg.apache.eagle |
| Идентификатор | Идентификаторeagle-job-common |
| Последняя версия | Последняя версия0.4.0-incubating |
| Дата | Дата |
| Тип | Типjar |
| Описание |
Описаниеeagle-job-common
Eagle Data Process Framework
|
| Ссылка на сайт |
Ссылка на сайт |
| Организация-разработчик |
Организация-разработчик |
<!-- 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"]