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