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