GroupId | GroupIdcom.google.sitebricks |
---|---|
ArtifactId | ArtifactIdsitebricks-parent |
Version | Version0.8.5 |
Type | Typepom |
Filename | Size |
---|---|
sitebricks-parent-0.8.5.pom | 9 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.google.sitebricks/sitebricks-parent/ -->
<dependency>
<groupId>com.google.sitebricks</groupId>
<artifactId>sitebricks-parent</artifactId>
<version>0.8.5</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.google.sitebricks/sitebricks-parent/
implementation 'com.google.sitebricks:sitebricks-parent:0.8.5'
// https://jarcasting.com/artifacts/com.google.sitebricks/sitebricks-parent/
implementation ("com.google.sitebricks:sitebricks-parent:0.8.5")
'com.google.sitebricks:sitebricks-parent:pom:0.8.5'
<dependency org="com.google.sitebricks" name="sitebricks-parent" rev="0.8.5">
<artifact name="sitebricks-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.google.sitebricks', module='sitebricks-parent', version='0.8.5')
)
libraryDependencies += "com.google.sitebricks" % "sitebricks-parent" % "0.8.5"
[com.google.sitebricks/sitebricks-parent "0.8.5"]