Categories |
CategoriesORM Data |
---|---|
GroupId | GroupIdcom.liferay |
ArtifactId | ArtifactIdcom.liferay.source.formatter |
Version | Version1.0.41 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.liferay/com.liferay.source.formatter/ -->
<dependency>
<groupId>com.liferay</groupId>
<artifactId>com.liferay.source.formatter</artifactId>
<version>1.0.41</version>
</dependency>
// https://jarcasting.com/artifacts/com.liferay/com.liferay.source.formatter/
implementation 'com.liferay:com.liferay.source.formatter:1.0.41'
// https://jarcasting.com/artifacts/com.liferay/com.liferay.source.formatter/
implementation ("com.liferay:com.liferay.source.formatter:1.0.41")
'com.liferay:com.liferay.source.formatter:jar:1.0.41'
<dependency org="com.liferay" name="com.liferay.source.formatter" rev="1.0.41">
<artifact name="com.liferay.source.formatter" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.liferay', module='com.liferay.source.formatter', version='1.0.41')
)
libraryDependencies += "com.liferay" % "com.liferay.source.formatter" % "1.0.41"
[com.liferay/com.liferay.source.formatter "1.0.41"]