GroupId | GroupIdcom.liferay.plugins |
---|---|
ArtifactId | ArtifactIdgoogle-maps-portlet |
Version | Version7.0.0.1 |
Type | Typewar |
Filename | Size |
---|---|
google-maps-portlet-7.0.0.1.pom | |
google-maps-portlet-7.0.0.1.war | 387 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.liferay.plugins/google-maps-portlet/ -->
<dependency>
<groupId>com.liferay.plugins</groupId>
<artifactId>google-maps-portlet</artifactId>
<version>7.0.0.1</version>
<type>war</type>
</dependency>
// https://jarcasting.com/artifacts/com.liferay.plugins/google-maps-portlet/
implementation 'com.liferay.plugins:google-maps-portlet:7.0.0.1'
// https://jarcasting.com/artifacts/com.liferay.plugins/google-maps-portlet/
implementation ("com.liferay.plugins:google-maps-portlet:7.0.0.1")
'com.liferay.plugins:google-maps-portlet:war:7.0.0.1'
<dependency org="com.liferay.plugins" name="google-maps-portlet" rev="7.0.0.1">
<artifact name="google-maps-portlet" type="war" />
</dependency>
@Grapes(
@Grab(group='com.liferay.plugins', module='google-maps-portlet', version='7.0.0.1')
)
libraryDependencies += "com.liferay.plugins" % "google-maps-portlet" % "7.0.0.1"
[com.liferay.plugins/google-maps-portlet "7.0.0.1"]