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