| GroupId | GroupIdbr.com.thiagomoreira.liferay.plugins |
|---|---|
| ArtifactId | ArtifactIdwebs |
| Version | Version1.2.0.0 |
| Type | Typepom |
| Filename | Size |
|---|---|
| webs-1.2.0.0.pom | 1 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/br.com.thiagomoreira.liferay.plugins/webs/ -->
<dependency>
<groupId>br.com.thiagomoreira.liferay.plugins</groupId>
<artifactId>webs</artifactId>
<version>1.2.0.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/br.com.thiagomoreira.liferay.plugins/webs/
implementation 'br.com.thiagomoreira.liferay.plugins:webs:1.2.0.0'
// https://jarcasting.com/artifacts/br.com.thiagomoreira.liferay.plugins/webs/
implementation ("br.com.thiagomoreira.liferay.plugins:webs:1.2.0.0")
'br.com.thiagomoreira.liferay.plugins:webs:pom:1.2.0.0'
<dependency org="br.com.thiagomoreira.liferay.plugins" name="webs" rev="1.2.0.0">
<artifact name="webs" type="pom" />
</dependency>
@Grapes(
@Grab(group='br.com.thiagomoreira.liferay.plugins', module='webs', version='1.2.0.0')
)
libraryDependencies += "br.com.thiagomoreira.liferay.plugins" % "webs" % "1.2.0.0"
[br.com.thiagomoreira.liferay.plugins/webs "1.2.0.0"]