License |
License |
---|---|
Categories |
CategoriesMaven Build Tools |
GroupId | GroupIdcom.liferay |
ArtifactId | ArtifactIdcom.liferay.maven.executor |
Last Version | Last Version1.0.2 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionLiferay Maven Executor
|
Source Code Management |
Source Code Management |
<!-- https://jarcasting.com/artifacts/com.liferay/com.liferay.maven.executor/ -->
<dependency>
<groupId>com.liferay</groupId>
<artifactId>com.liferay.maven.executor</artifactId>
<version>1.0.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.liferay/com.liferay.maven.executor/
implementation 'com.liferay:com.liferay.maven.executor:1.0.2'
// https://jarcasting.com/artifacts/com.liferay/com.liferay.maven.executor/
implementation ("com.liferay:com.liferay.maven.executor:1.0.2")
'com.liferay:com.liferay.maven.executor:jar:1.0.2'
<dependency org="com.liferay" name="com.liferay.maven.executor" rev="1.0.2">
<artifact name="com.liferay.maven.executor" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.liferay', module='com.liferay.maven.executor', version='1.0.2')
)
libraryDependencies += "com.liferay" % "com.liferay.maven.executor" % "1.0.2"
[com.liferay/com.liferay.maven.executor "1.0.2"]