License |
License |
---|---|
GroupId | GroupIdcom.liferay |
ArtifactId | ArtifactIdjavax.xml.soap-api |
Version | Version1.4.0.LIFERAY-PATCHED-1 |
Type | Typejar |
Description |
Description |
Source Code Management |
Source Code Management |
<!-- https://jarcasting.com/artifacts/com.liferay/javax.xml.soap-api/ -->
<dependency>
<groupId>com.liferay</groupId>
<artifactId>javax.xml.soap-api</artifactId>
<version>1.4.0.LIFERAY-PATCHED-1</version>
</dependency>
// https://jarcasting.com/artifacts/com.liferay/javax.xml.soap-api/
implementation 'com.liferay:javax.xml.soap-api:1.4.0.LIFERAY-PATCHED-1'
// https://jarcasting.com/artifacts/com.liferay/javax.xml.soap-api/
implementation ("com.liferay:javax.xml.soap-api:1.4.0.LIFERAY-PATCHED-1")
'com.liferay:javax.xml.soap-api:jar:1.4.0.LIFERAY-PATCHED-1'
<dependency org="com.liferay" name="javax.xml.soap-api" rev="1.4.0.LIFERAY-PATCHED-1">
<artifact name="javax.xml.soap-api" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.liferay', module='javax.xml.soap-api', version='1.4.0.LIFERAY-PATCHED-1')
)
libraryDependencies += "com.liferay" % "javax.xml.soap-api" % "1.4.0.LIFERAY-PATCHED-1"
[com.liferay/javax.xml.soap-api "1.4.0.LIFERAY-PATCHED-1"]