Categories |
CategoriesIDE Development Tools Elide Program Interface REST Frameworks |
---|---|
GroupId | GroupIdcom.yahoo.elide |
ArtifactId | ArtifactIdelide-spring-parent-pom |
Version | Version4.7.2 |
Type | Typepom |
Filename | Size |
---|---|
elide-spring-parent-pom-4.7.2.pom | 3 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.yahoo.elide/elide-spring-parent-pom/ -->
<dependency>
<groupId>com.yahoo.elide</groupId>
<artifactId>elide-spring-parent-pom</artifactId>
<version>4.7.2</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.yahoo.elide/elide-spring-parent-pom/
implementation 'com.yahoo.elide:elide-spring-parent-pom:4.7.2'
// https://jarcasting.com/artifacts/com.yahoo.elide/elide-spring-parent-pom/
implementation ("com.yahoo.elide:elide-spring-parent-pom:4.7.2")
'com.yahoo.elide:elide-spring-parent-pom:pom:4.7.2'
<dependency org="com.yahoo.elide" name="elide-spring-parent-pom" rev="4.7.2">
<artifact name="elide-spring-parent-pom" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.yahoo.elide', module='elide-spring-parent-pom', version='4.7.2')
)
libraryDependencies += "com.yahoo.elide" % "elide-spring-parent-pom" % "4.7.2"
[com.yahoo.elide/elide-spring-parent-pom "4.7.2"]