Categories |
CategoriesData CLI User Interface |
---|---|
GroupId | GroupIdorg.eclipse.dirigible |
ArtifactId | ArtifactIddirigible-template-database-access |
Version | Version4.6.0 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/org.eclipse.dirigible/dirigible-template-database-access/ -->
<dependency>
<groupId>org.eclipse.dirigible</groupId>
<artifactId>dirigible-template-database-access</artifactId>
<version>4.6.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.eclipse.dirigible/dirigible-template-database-access/
implementation 'org.eclipse.dirigible:dirigible-template-database-access:4.6.0'
// https://jarcasting.com/artifacts/org.eclipse.dirigible/dirigible-template-database-access/
implementation ("org.eclipse.dirigible:dirigible-template-database-access:4.6.0")
'org.eclipse.dirigible:dirigible-template-database-access:jar:4.6.0'
<dependency org="org.eclipse.dirigible" name="dirigible-template-database-access" rev="4.6.0">
<artifact name="dirigible-template-database-access" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.eclipse.dirigible', module='dirigible-template-database-access', version='4.6.0')
)
libraryDependencies += "org.eclipse.dirigible" % "dirigible-template-database-access" % "4.6.0"
[org.eclipse.dirigible/dirigible-template-database-access "4.6.0"]