Categories |
CategoriesCLI User Interface |
---|---|
GroupId | GroupIdorg.eclipse.dirigible |
ArtifactId | ArtifactIddirigible-core-migrations |
Version | Version6.1.16 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/org.eclipse.dirigible/dirigible-core-migrations/ -->
<dependency>
<groupId>org.eclipse.dirigible</groupId>
<artifactId>dirigible-core-migrations</artifactId>
<version>6.1.16</version>
</dependency>
// https://jarcasting.com/artifacts/org.eclipse.dirigible/dirigible-core-migrations/
implementation 'org.eclipse.dirigible:dirigible-core-migrations:6.1.16'
// https://jarcasting.com/artifacts/org.eclipse.dirigible/dirigible-core-migrations/
implementation ("org.eclipse.dirigible:dirigible-core-migrations:6.1.16")
'org.eclipse.dirigible:dirigible-core-migrations:jar:6.1.16'
<dependency org="org.eclipse.dirigible" name="dirigible-core-migrations" rev="6.1.16">
<artifact name="dirigible-core-migrations" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.eclipse.dirigible', module='dirigible-core-migrations', version='6.1.16')
)
libraryDependencies += "org.eclipse.dirigible" % "dirigible-core-migrations" % "6.1.16"
[org.eclipse.dirigible/dirigible-core-migrations "6.1.16"]