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