GroupId | GroupIdcom.outegret |
---|---|
ArtifactId | ArtifactIdsupport-parent |
Version | Version1.4.6.RELEASE |
Type | Typepom |
Filename | Size |
---|---|
support-parent-1.4.6.RELEASE.pom | 15 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.outegret/support-parent/ -->
<dependency>
<groupId>com.outegret</groupId>
<artifactId>support-parent</artifactId>
<version>1.4.6.RELEASE</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.outegret/support-parent/
implementation 'com.outegret:support-parent:1.4.6.RELEASE'
// https://jarcasting.com/artifacts/com.outegret/support-parent/
implementation ("com.outegret:support-parent:1.4.6.RELEASE")
'com.outegret:support-parent:pom:1.4.6.RELEASE'
<dependency org="com.outegret" name="support-parent" rev="1.4.6.RELEASE">
<artifact name="support-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.outegret', module='support-parent', version='1.4.6.RELEASE')
)
libraryDependencies += "com.outegret" % "support-parent" % "1.4.6.RELEASE"
[com.outegret/support-parent "1.4.6.RELEASE"]