Categories |
CategoriesData |
---|---|
GroupId | GroupIdorg.wso2.appserver |
ArtifactId | ArtifactIdcarbon-datasource-lookup |
Version | Version5.3.0-beta1 |
Type | Typewar |
<!-- https://jarcasting.com/artifacts/org.wso2.appserver/carbon-datasource-lookup/ -->
<dependency>
<groupId>org.wso2.appserver</groupId>
<artifactId>carbon-datasource-lookup</artifactId>
<version>5.3.0-beta1</version>
<type>war</type>
</dependency>
// https://jarcasting.com/artifacts/org.wso2.appserver/carbon-datasource-lookup/
implementation 'org.wso2.appserver:carbon-datasource-lookup:5.3.0-beta1'
// https://jarcasting.com/artifacts/org.wso2.appserver/carbon-datasource-lookup/
implementation ("org.wso2.appserver:carbon-datasource-lookup:5.3.0-beta1")
'org.wso2.appserver:carbon-datasource-lookup:war:5.3.0-beta1'
<dependency org="org.wso2.appserver" name="carbon-datasource-lookup" rev="5.3.0-beta1">
<artifact name="carbon-datasource-lookup" type="war" />
</dependency>
@Grapes(
@Grab(group='org.wso2.appserver', module='carbon-datasource-lookup', version='5.3.0-beta1')
)
libraryDependencies += "org.wso2.appserver" % "carbon-datasource-lookup" % "5.3.0-beta1"
[org.wso2.appserver/carbon-datasource-lookup "5.3.0-beta1"]