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