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