Categories |
CategoriesConfiguration Application Layer Libs config |
---|---|
GroupId | GroupIdorg.finos.legend.pure |
ArtifactId | ArtifactIdlegend-pure-configuration-external |
Version | Version1.30.0 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/org.finos.legend.pure/legend-pure-configuration-external/ -->
<dependency>
<groupId>org.finos.legend.pure</groupId>
<artifactId>legend-pure-configuration-external</artifactId>
<version>1.30.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.finos.legend.pure/legend-pure-configuration-external/
implementation 'org.finos.legend.pure:legend-pure-configuration-external:1.30.0'
// https://jarcasting.com/artifacts/org.finos.legend.pure/legend-pure-configuration-external/
implementation ("org.finos.legend.pure:legend-pure-configuration-external:1.30.0")
'org.finos.legend.pure:legend-pure-configuration-external:jar:1.30.0'
<dependency org="org.finos.legend.pure" name="legend-pure-configuration-external" rev="1.30.0">
<artifact name="legend-pure-configuration-external" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.finos.legend.pure', module='legend-pure-configuration-external', version='1.30.0')
)
libraryDependencies += "org.finos.legend.pure" % "legend-pure-configuration-external" % "1.30.0"
[org.finos.legend.pure/legend-pure-configuration-external "1.30.0"]