GroupId | GroupIdorg.apache.apex |
---|---|
ArtifactId | ArtifactIdmalhar-sql |
Version | Version3.7.0 |
Type | Typejar |
Filename | Size |
---|---|
malhar-sql-3.7.0.pom | |
malhar-sql-3.7.0.jar | 72 KB |
malhar-sql-3.7.0-tests.jar | 38 KB |
malhar-sql-3.7.0-sources.jar | 44 KB |
malhar-sql-3.7.0-javadoc.jar | 205 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.apache.apex/malhar-sql/ -->
<dependency>
<groupId>org.apache.apex</groupId>
<artifactId>malhar-sql</artifactId>
<version>3.7.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache.apex/malhar-sql/
implementation 'org.apache.apex:malhar-sql:3.7.0'
// https://jarcasting.com/artifacts/org.apache.apex/malhar-sql/
implementation ("org.apache.apex:malhar-sql:3.7.0")
'org.apache.apex:malhar-sql:jar:3.7.0'
<dependency org="org.apache.apex" name="malhar-sql" rev="3.7.0">
<artifact name="malhar-sql" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.apex', module='malhar-sql', version='3.7.0')
)
libraryDependencies += "org.apache.apex" % "malhar-sql" % "3.7.0"
[org.apache.apex/malhar-sql "3.7.0"]