GroupId | GroupIdcom.opengamma |
---|---|
ArtifactId | ArtifactIdelsql |
Version | Version0.7 |
Type | Typejar |
Filename | Size |
---|---|
elsql-0.7.pom | |
elsql-0.7.jar | 31 KB |
elsql-0.7-sources.jar | 20 KB |
elsql-0.7-javadoc.jar | 41 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.opengamma/elsql/ -->
<dependency>
<groupId>com.opengamma</groupId>
<artifactId>elsql</artifactId>
<version>0.7</version>
</dependency>
// https://jarcasting.com/artifacts/com.opengamma/elsql/
implementation 'com.opengamma:elsql:0.7'
// https://jarcasting.com/artifacts/com.opengamma/elsql/
implementation ("com.opengamma:elsql:0.7")
'com.opengamma:elsql:jar:0.7'
<dependency org="com.opengamma" name="elsql" rev="0.7">
<artifact name="elsql" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.opengamma', module='elsql', version='0.7')
)
libraryDependencies += "com.opengamma" % "elsql" % "0.7"
[com.opengamma/elsql "0.7"]