| GroupId | GroupIdcom.liferay |
|---|---|
| ArtifactId | ArtifactIdcom.liferay.sync.engine |
| Version | Version3.4.1 |
| Type | Typejar |
| Filename | Size |
|---|---|
| com.liferay.sync.engine-3.4.1.pom | |
| com.liferay.sync.engine-3.4.1.jar | 21 MB |
| com.liferay.sync.engine-3.4.1-sources.jar | 226 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.liferay/com.liferay.sync.engine/ -->
<dependency>
<groupId>com.liferay</groupId>
<artifactId>com.liferay.sync.engine</artifactId>
<version>3.4.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.liferay/com.liferay.sync.engine/
implementation 'com.liferay:com.liferay.sync.engine:3.4.1'
// https://jarcasting.com/artifacts/com.liferay/com.liferay.sync.engine/
implementation ("com.liferay:com.liferay.sync.engine:3.4.1")
'com.liferay:com.liferay.sync.engine:jar:3.4.1'
<dependency org="com.liferay" name="com.liferay.sync.engine" rev="3.4.1">
<artifact name="com.liferay.sync.engine" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.liferay', module='com.liferay.sync.engine', version='3.4.1')
)
libraryDependencies += "com.liferay" % "com.liferay.sync.engine" % "3.4.1"
[com.liferay/com.liferay.sync.engine "3.4.1"]