| GroupId | GroupIdcom.liferay.portal |
|---|---|
| ArtifactId | ArtifactIdportal-test |
| Last Version | Last Version7.0.0-nightly |
| Release Date | Release Date |
| Type | Typejar |
| Description |
Description |
| Filename | Size |
|---|---|
| portal-test-7.0.0-nightly.pom | |
| portal-test-7.0.0-nightly.jar | 216 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.liferay.portal/portal-test/ -->
<dependency>
<groupId>com.liferay.portal</groupId>
<artifactId>portal-test</artifactId>
<version>7.0.0-nightly</version>
</dependency>
// https://jarcasting.com/artifacts/com.liferay.portal/portal-test/
implementation 'com.liferay.portal:portal-test:7.0.0-nightly'
// https://jarcasting.com/artifacts/com.liferay.portal/portal-test/
implementation ("com.liferay.portal:portal-test:7.0.0-nightly")
'com.liferay.portal:portal-test:jar:7.0.0-nightly'
<dependency org="com.liferay.portal" name="portal-test" rev="7.0.0-nightly">
<artifact name="portal-test" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.liferay.portal', module='portal-test', version='7.0.0-nightly')
)
libraryDependencies += "com.liferay.portal" % "portal-test" % "7.0.0-nightly"
[com.liferay.portal/portal-test "7.0.0-nightly"]