Categories |
CategoriesCLI User Interface |
---|---|
GroupId | GroupIdcom.axway.ats.framework.agent.webapp |
ArtifactId | ArtifactIdats-agent-webapp-client |
Version | Version4.0.0-SHAPSHOT |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.axway.ats.framework.agent.webapp/ats-agent-webapp-client/ -->
<dependency>
<groupId>com.axway.ats.framework.agent.webapp</groupId>
<artifactId>ats-agent-webapp-client</artifactId>
<version>4.0.0-SHAPSHOT</version>
</dependency>
// https://jarcasting.com/artifacts/com.axway.ats.framework.agent.webapp/ats-agent-webapp-client/
implementation 'com.axway.ats.framework.agent.webapp:ats-agent-webapp-client:4.0.0-SHAPSHOT'
// https://jarcasting.com/artifacts/com.axway.ats.framework.agent.webapp/ats-agent-webapp-client/
implementation ("com.axway.ats.framework.agent.webapp:ats-agent-webapp-client:4.0.0-SHAPSHOT")
'com.axway.ats.framework.agent.webapp:ats-agent-webapp-client:jar:4.0.0-SHAPSHOT'
<dependency org="com.axway.ats.framework.agent.webapp" name="ats-agent-webapp-client" rev="4.0.0-SHAPSHOT">
<artifact name="ats-agent-webapp-client" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.axway.ats.framework.agent.webapp', module='ats-agent-webapp-client', version='4.0.0-SHAPSHOT')
)
libraryDependencies += "com.axway.ats.framework.agent.webapp" % "ats-agent-webapp-client" % "4.0.0-SHAPSHOT"
[com.axway.ats.framework.agent.webapp/ats-agent-webapp-client "4.0.0-SHAPSHOT"]