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