Categories |
CategoriesData CLI User Interface |
---|---|
GroupId | GroupIdorg.eclipse.dirigible |
ArtifactId | ArtifactIddirigible-template-database-access |
Version | Version6.1.6 |
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>6.1.6</version>
</dependency>
// https://jarcasting.com/artifacts/org.eclipse.dirigible/dirigible-template-database-access/
implementation 'org.eclipse.dirigible:dirigible-template-database-access:6.1.6'
// https://jarcasting.com/artifacts/org.eclipse.dirigible/dirigible-template-database-access/
implementation ("org.eclipse.dirigible:dirigible-template-database-access:6.1.6")
'org.eclipse.dirigible:dirigible-template-database-access:jar:6.1.6'
<dependency org="org.eclipse.dirigible" name="dirigible-template-database-access" rev="6.1.6">
<artifact name="dirigible-template-database-access" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.eclipse.dirigible', module='dirigible-template-database-access', version='6.1.6')
)
libraryDependencies += "org.eclipse.dirigible" % "dirigible-template-database-access" % "6.1.6"
[org.eclipse.dirigible/dirigible-template-database-access "6.1.6"]