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