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