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