License |
License |
---|---|
GroupId | GroupIdcom.github.XDean |
ArtifactId | ArtifactIddependency-parent |
Last Version | Last Version1.1 |
Release Date | Release Date |
Type | Typepom |
Description |
DescriptionDependency Parent
My Dependency Management
|
Project URL |
Project URL |
Filename | Size |
---|---|
dependency-parent-1.1.pom | 3 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.XDean/dependency-parent/ -->
<dependency>
<groupId>com.github.XDean</groupId>
<artifactId>dependency-parent</artifactId>
<version>1.1</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.XDean/dependency-parent/
implementation 'com.github.XDean:dependency-parent:1.1'
// https://jarcasting.com/artifacts/com.github.XDean/dependency-parent/
implementation ("com.github.XDean:dependency-parent:1.1")
'com.github.XDean:dependency-parent:pom:1.1'
<dependency org="com.github.XDean" name="dependency-parent" rev="1.1">
<artifact name="dependency-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.github.XDean', module='dependency-parent', version='1.1')
)
libraryDependencies += "com.github.XDean" % "dependency-parent" % "1.1"
[com.github.XDean/dependency-parent "1.1"]