Categories |
CategoriesCLI User Interface |
---|---|
GroupId | GroupIdorg.eclipse.dirigible |
ArtifactId | ArtifactIddirigible-commons-test |
Version | Version3.4.0 |
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.4.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.eclipse.dirigible/dirigible-commons-test/
implementation 'org.eclipse.dirigible:dirigible-commons-test:3.4.0'
// https://jarcasting.com/artifacts/org.eclipse.dirigible/dirigible-commons-test/
implementation ("org.eclipse.dirigible:dirigible-commons-test:3.4.0")
'org.eclipse.dirigible:dirigible-commons-test:jar:3.4.0'
<dependency org="org.eclipse.dirigible" name="dirigible-commons-test" rev="3.4.0">
<artifact name="dirigible-commons-test" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.eclipse.dirigible', module='dirigible-commons-test', version='3.4.0')
)
libraryDependencies += "org.eclipse.dirigible" % "dirigible-commons-test" % "3.4.0"
[org.eclipse.dirigible/dirigible-commons-test "3.4.0"]