GroupId | GroupIdorg.apache.servicecomb |
---|---|
ArtifactId | ArtifactIdfoundation-ssl |
Version | Version2.1.3 |
Type | Typejar |
Filename | Size |
---|---|
foundation-ssl-2.1.3.pom | |
foundation-ssl-2.1.3.jar | 30 KB |
foundation-ssl-2.1.3-sources.jar | 21 KB |
foundation-ssl-2.1.3-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>2.1.3</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache.servicecomb/foundation-ssl/
implementation 'org.apache.servicecomb:foundation-ssl:2.1.3'
// https://jarcasting.com/artifacts/org.apache.servicecomb/foundation-ssl/
implementation ("org.apache.servicecomb:foundation-ssl:2.1.3")
'org.apache.servicecomb:foundation-ssl:jar:2.1.3'
<dependency org="org.apache.servicecomb" name="foundation-ssl" rev="2.1.3">
<artifact name="foundation-ssl" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.servicecomb', module='foundation-ssl', version='2.1.3')
)
libraryDependencies += "org.apache.servicecomb" % "foundation-ssl" % "2.1.3"
[org.apache.servicecomb/foundation-ssl "2.1.3"]