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