Categories |
CategoriesAnt Build Tools |
---|---|
GroupId | GroupIdcom.mantledillusion.essentials |
ArtifactId | ArtifactIdessentials-parent |
Version | Version1.7.0 |
Type | Typepom |
Filename | Size |
---|---|
essentials-parent-1.7.0.pom | 3 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.mantledillusion.essentials/essentials-parent/ -->
<dependency>
<groupId>com.mantledillusion.essentials</groupId>
<artifactId>essentials-parent</artifactId>
<version>1.7.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.mantledillusion.essentials/essentials-parent/
implementation 'com.mantledillusion.essentials:essentials-parent:1.7.0'
// https://jarcasting.com/artifacts/com.mantledillusion.essentials/essentials-parent/
implementation ("com.mantledillusion.essentials:essentials-parent:1.7.0")
'com.mantledillusion.essentials:essentials-parent:pom:1.7.0'
<dependency org="com.mantledillusion.essentials" name="essentials-parent" rev="1.7.0">
<artifact name="essentials-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.mantledillusion.essentials', module='essentials-parent', version='1.7.0')
)
libraryDependencies += "com.mantledillusion.essentials" % "essentials-parent" % "1.7.0"
[com.mantledillusion.essentials/essentials-parent "1.7.0"]