| Categories |
CategoriesORM Data |
|---|---|
| GroupId | GroupIdorg.finos.legend.pure |
| ArtifactId | ArtifactIdlegend-pure-m3-platform |
| Version | Version1.4.0 |
| Type | Typejar |
| Filename | Size |
|---|---|
| legend-pure-m3-platform-1.4.0.pom | |
| legend-pure-m3-platform-1.4.0.jar | 535 KB |
| legend-pure-m3-platform-1.4.0-sources.jar | 429 KB |
| legend-pure-m3-platform-1.4.0-javadoc.jar | 462 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/org.finos.legend.pure/legend-pure-m3-platform/ -->
<dependency>
<groupId>org.finos.legend.pure</groupId>
<artifactId>legend-pure-m3-platform</artifactId>
<version>1.4.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.finos.legend.pure/legend-pure-m3-platform/
implementation 'org.finos.legend.pure:legend-pure-m3-platform:1.4.0'
// https://jarcasting.com/artifacts/org.finos.legend.pure/legend-pure-m3-platform/
implementation ("org.finos.legend.pure:legend-pure-m3-platform:1.4.0")
'org.finos.legend.pure:legend-pure-m3-platform:jar:1.4.0'
<dependency org="org.finos.legend.pure" name="legend-pure-m3-platform" rev="1.4.0">
<artifact name="legend-pure-m3-platform" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.finos.legend.pure', module='legend-pure-m3-platform', version='1.4.0')
)
libraryDependencies += "org.finos.legend.pure" % "legend-pure-m3-platform" % "1.4.0"
[org.finos.legend.pure/legend-pure-m3-platform "1.4.0"]