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