GroupId | GroupIdcom.liferay |
---|---|
ArtifactId | ArtifactIdorg.apache.axis |
Version | Version1.4.LIFERAY-PATCHED-5 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.liferay/org.apache.axis/ -->
<dependency>
<groupId>com.liferay</groupId>
<artifactId>org.apache.axis</artifactId>
<version>1.4.LIFERAY-PATCHED-5</version>
</dependency>
// https://jarcasting.com/artifacts/com.liferay/org.apache.axis/
implementation 'com.liferay:org.apache.axis:1.4.LIFERAY-PATCHED-5'
// https://jarcasting.com/artifacts/com.liferay/org.apache.axis/
implementation ("com.liferay:org.apache.axis:1.4.LIFERAY-PATCHED-5")
'com.liferay:org.apache.axis:jar:1.4.LIFERAY-PATCHED-5'
<dependency org="com.liferay" name="org.apache.axis" rev="1.4.LIFERAY-PATCHED-5">
<artifact name="org.apache.axis" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.liferay', module='org.apache.axis', version='1.4.LIFERAY-PATCHED-5')
)
libraryDependencies += "com.liferay" % "org.apache.axis" % "1.4.LIFERAY-PATCHED-5"
[com.liferay/org.apache.axis "1.4.LIFERAY-PATCHED-5"]