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