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