Categories |
CategoriesORM Data |
---|---|
GroupId | GroupIdorg.finos.legend.pure |
ArtifactId | ArtifactIdlegend-pure-m3-platform |
Version | Version1.37.1 |
Type | Typejar |
<!-- 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.37.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.finos.legend.pure/legend-pure-m3-platform/
implementation 'org.finos.legend.pure:legend-pure-m3-platform:1.37.1'
// https://jarcasting.com/artifacts/org.finos.legend.pure/legend-pure-m3-platform/
implementation ("org.finos.legend.pure:legend-pure-m3-platform:1.37.1")
'org.finos.legend.pure:legend-pure-m3-platform:jar:1.37.1'
<dependency org="org.finos.legend.pure" name="legend-pure-m3-platform" rev="1.37.1">
<artifact name="legend-pure-m3-platform" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.finos.legend.pure', module='legend-pure-m3-platform', version='1.37.1')
)
libraryDependencies += "org.finos.legend.pure" % "legend-pure-m3-platform" % "1.37.1"
[org.finos.legend.pure/legend-pure-m3-platform "1.37.1"]