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