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