GroupId | GroupIdorg.apache.servicecomb |
---|---|
ArtifactId | ArtifactIdfoundation-ssl |
Version | Version2.1.6 |
Type | Typejar |
Filename | Size |
---|---|
foundation-ssl-2.1.6.pom | |
foundation-ssl-2.1.6.jar | 31 KB |
foundation-ssl-2.1.6-sources.jar | 21 KB |
foundation-ssl-2.1.6-javadoc.jar | 74 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.apache.servicecomb/foundation-ssl/ -->
<dependency>
<groupId>org.apache.servicecomb</groupId>
<artifactId>foundation-ssl</artifactId>
<version>2.1.6</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache.servicecomb/foundation-ssl/
implementation 'org.apache.servicecomb:foundation-ssl:2.1.6'
// https://jarcasting.com/artifacts/org.apache.servicecomb/foundation-ssl/
implementation ("org.apache.servicecomb:foundation-ssl:2.1.6")
'org.apache.servicecomb:foundation-ssl:jar:2.1.6'
<dependency org="org.apache.servicecomb" name="foundation-ssl" rev="2.1.6">
<artifact name="foundation-ssl" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.servicecomb', module='foundation-ssl', version='2.1.6')
)
libraryDependencies += "org.apache.servicecomb" % "foundation-ssl" % "2.1.6"
[org.apache.servicecomb/foundation-ssl "2.1.6"]