| Лицензия |
Лицензия |
|---|---|
| Группа | Группаorg.finos.legend.pure |
| Идентификатор | Идентификаторlegend-pure |
| Версия | Версия1.28.0 |
| Тип | Типpom |
| Описание |
ОписаниеLegend Pure
Delivers code automation for projects hosted by the FINOS that build with Apache Maven
|
| Организация-разработчик |
Организация-разработчик |
| Имя Файла | Размер |
|---|---|
| legend-pure-1.28.0.pom | 41 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/org.finos.legend.pure/legend-pure/ -->
<dependency>
<groupId>org.finos.legend.pure</groupId>
<artifactId>legend-pure</artifactId>
<version>1.28.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.finos.legend.pure/legend-pure/
implementation 'org.finos.legend.pure:legend-pure:1.28.0'
// https://jarcasting.com/artifacts/org.finos.legend.pure/legend-pure/
implementation ("org.finos.legend.pure:legend-pure:1.28.0")
'org.finos.legend.pure:legend-pure:pom:1.28.0'
<dependency org="org.finos.legend.pure" name="legend-pure" rev="1.28.0">
<artifact name="legend-pure" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.finos.legend.pure', module='legend-pure', version='1.28.0')
)
libraryDependencies += "org.finos.legend.pure" % "legend-pure" % "1.28.0"
[org.finos.legend.pure/legend-pure "1.28.0"]