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