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