| Лицензия |
Лицензия |
|---|---|
| Группа | Группаorg.apache.flink |
| Идентификатор | Идентификаторforce-shading |
| Последняя версия | Последняя версия1.13.6 |
| Дата | Дата |
| Тип | Типjar |
| Описание |
ОписаниеFlink : Tools : Force Shading
The Apache Software Foundation provides support for the Apache community of open-source software projects.
The Apache projects are characterized by a collaborative, consensus based development process, an open and
pragmatic software license, and a desire to create high quality software that leads the way in its field.
We consider ourselves not simply a group of projects sharing a server, but rather a community of developers
and users.
|
| Организация-разработчик |
Организация-разработчик |
| Имя Файла | Размер |
|---|---|
| force-shading-1.13.6.pom | |
| force-shading-1.13.6.jar | 7 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/org.apache.flink/force-shading/ -->
<dependency>
<groupId>org.apache.flink</groupId>
<artifactId>force-shading</artifactId>
<version>1.13.6</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache.flink/force-shading/
implementation 'org.apache.flink:force-shading:1.13.6'
// https://jarcasting.com/artifacts/org.apache.flink/force-shading/
implementation ("org.apache.flink:force-shading:1.13.6")
'org.apache.flink:force-shading:jar:1.13.6'
<dependency org="org.apache.flink" name="force-shading" rev="1.13.6">
<artifact name="force-shading" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.flink', module='force-shading', version='1.13.6')
)
libraryDependencies += "org.apache.flink" % "force-shading" % "1.13.6"
[org.apache.flink/force-shading "1.13.6"]