GroupId | GroupIdorg.connectopensource |
---|---|
ArtifactId | ArtifactIdAdapterAuthenticationWebservices |
Version | Version4.0.9 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/org.connectopensource/AdapterAuthenticationWebservices/ -->
<dependency>
<groupId>org.connectopensource</groupId>
<artifactId>AdapterAuthenticationWebservices</artifactId>
<version>4.0.9</version>
</dependency>
// https://jarcasting.com/artifacts/org.connectopensource/AdapterAuthenticationWebservices/
implementation 'org.connectopensource:AdapterAuthenticationWebservices:4.0.9'
// https://jarcasting.com/artifacts/org.connectopensource/AdapterAuthenticationWebservices/
implementation ("org.connectopensource:AdapterAuthenticationWebservices:4.0.9")
'org.connectopensource:AdapterAuthenticationWebservices:jar:4.0.9'
<dependency org="org.connectopensource" name="AdapterAuthenticationWebservices" rev="4.0.9">
<artifact name="AdapterAuthenticationWebservices" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.connectopensource', module='AdapterAuthenticationWebservices', version='4.0.9')
)
libraryDependencies += "org.connectopensource" % "AdapterAuthenticationWebservices" % "4.0.9"
[org.connectopensource/AdapterAuthenticationWebservices "4.0.9"]