Categories |
CategoriesGrails User Interface Web Frameworks Data |
---|---|
GroupId | GroupIdorg.grails |
ArtifactId | ArtifactIdgrails-plugin-datasource |
Version | Version4.0.10 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/org.grails/grails-plugin-datasource/ -->
<dependency>
<groupId>org.grails</groupId>
<artifactId>grails-plugin-datasource</artifactId>
<version>4.0.10</version>
</dependency>
// https://jarcasting.com/artifacts/org.grails/grails-plugin-datasource/
implementation 'org.grails:grails-plugin-datasource:4.0.10'
// https://jarcasting.com/artifacts/org.grails/grails-plugin-datasource/
implementation ("org.grails:grails-plugin-datasource:4.0.10")
'org.grails:grails-plugin-datasource:jar:4.0.10'
<dependency org="org.grails" name="grails-plugin-datasource" rev="4.0.10">
<artifact name="grails-plugin-datasource" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.grails', module='grails-plugin-datasource', version='4.0.10')
)
libraryDependencies += "org.grails" % "grails-plugin-datasource" % "4.0.10"
[org.grails/grails-plugin-datasource "4.0.10"]