GroupId | GroupIdorg.femtoframework.util |
---|---|
ArtifactId | ArtifactIdfemto-parent |
Version | Version7.0.4 |
Type | Typepom |
Filename | Size |
---|---|
femto-parent-7.0.4.pom | 8 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.femtoframework.util/femto-parent/ -->
<dependency>
<groupId>org.femtoframework.util</groupId>
<artifactId>femto-parent</artifactId>
<version>7.0.4</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.femtoframework.util/femto-parent/
implementation 'org.femtoframework.util:femto-parent:7.0.4'
// https://jarcasting.com/artifacts/org.femtoframework.util/femto-parent/
implementation ("org.femtoframework.util:femto-parent:7.0.4")
'org.femtoframework.util:femto-parent:pom:7.0.4'
<dependency org="org.femtoframework.util" name="femto-parent" rev="7.0.4">
<artifact name="femto-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.femtoframework.util', module='femto-parent', version='7.0.4')
)
libraryDependencies += "org.femtoframework.util" % "femto-parent" % "7.0.4"
[org.femtoframework.util/femto-parent "7.0.4"]