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