GroupId | GroupIdcom.opentext.ia |
---|---|
ArtifactId | ArtifactIdinfoarchive-sdk-velocity |
Version | Version12.1.5 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.opentext.ia/infoarchive-sdk-velocity/ -->
<dependency>
<groupId>com.opentext.ia</groupId>
<artifactId>infoarchive-sdk-velocity</artifactId>
<version>12.1.5</version>
</dependency>
// https://jarcasting.com/artifacts/com.opentext.ia/infoarchive-sdk-velocity/
implementation 'com.opentext.ia:infoarchive-sdk-velocity:12.1.5'
// https://jarcasting.com/artifacts/com.opentext.ia/infoarchive-sdk-velocity/
implementation ("com.opentext.ia:infoarchive-sdk-velocity:12.1.5")
'com.opentext.ia:infoarchive-sdk-velocity:jar:12.1.5'
<dependency org="com.opentext.ia" name="infoarchive-sdk-velocity" rev="12.1.5">
<artifact name="infoarchive-sdk-velocity" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.opentext.ia', module='infoarchive-sdk-velocity', version='12.1.5')
)
libraryDependencies += "com.opentext.ia" % "infoarchive-sdk-velocity" % "12.1.5"
[com.opentext.ia/infoarchive-sdk-velocity "12.1.5"]