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