License |
License |
---|---|
GroupId | GroupIdcom.liferay |
ArtifactId | ArtifactIdjavax.xml.bind |
Version | Version2.3.0.LIFERAY-PATCHED-2 |
Type | Typejar |
Description |
Description |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
javax.xml.bind-2.3.0.LIFERAY-PATCHED-2.pom | |
javax.xml.bind-2.3.0.LIFERAY-PATCHED-2.jar | 121 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.liferay/javax.xml.bind/ -->
<dependency>
<groupId>com.liferay</groupId>
<artifactId>javax.xml.bind</artifactId>
<version>2.3.0.LIFERAY-PATCHED-2</version>
</dependency>
// https://jarcasting.com/artifacts/com.liferay/javax.xml.bind/
implementation 'com.liferay:javax.xml.bind:2.3.0.LIFERAY-PATCHED-2'
// https://jarcasting.com/artifacts/com.liferay/javax.xml.bind/
implementation ("com.liferay:javax.xml.bind:2.3.0.LIFERAY-PATCHED-2")
'com.liferay:javax.xml.bind:jar:2.3.0.LIFERAY-PATCHED-2'
<dependency org="com.liferay" name="javax.xml.bind" rev="2.3.0.LIFERAY-PATCHED-2">
<artifact name="javax.xml.bind" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.liferay', module='javax.xml.bind', version='2.3.0.LIFERAY-PATCHED-2')
)
libraryDependencies += "com.liferay" % "javax.xml.bind" % "2.3.0.LIFERAY-PATCHED-2"
[com.liferay/javax.xml.bind "2.3.0.LIFERAY-PATCHED-2"]