Categories |
CategoriesIDE Development Tools Data CLI User Interface |
---|---|
GroupId | GroupIdorg.eclipse.dirigible |
ArtifactId | ArtifactIddirigible-ide-database |
Version | Version4.0.0 |
Type | Typejar |
Filename | Size |
---|---|
dirigible-ide-database-4.0.0.pom | |
dirigible-ide-database-4.0.0.jar | 1 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.eclipse.dirigible/dirigible-ide-database/ -->
<dependency>
<groupId>org.eclipse.dirigible</groupId>
<artifactId>dirigible-ide-database</artifactId>
<version>4.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.eclipse.dirigible/dirigible-ide-database/
implementation 'org.eclipse.dirigible:dirigible-ide-database:4.0.0'
// https://jarcasting.com/artifacts/org.eclipse.dirigible/dirigible-ide-database/
implementation ("org.eclipse.dirigible:dirigible-ide-database:4.0.0")
'org.eclipse.dirigible:dirigible-ide-database:jar:4.0.0'
<dependency org="org.eclipse.dirigible" name="dirigible-ide-database" rev="4.0.0">
<artifact name="dirigible-ide-database" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.eclipse.dirigible', module='dirigible-ide-database', version='4.0.0')
)
libraryDependencies += "org.eclipse.dirigible" % "dirigible-ide-database" % "4.0.0"
[org.eclipse.dirigible/dirigible-ide-database "4.0.0"]