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