GroupId | GroupIdorg.webpieces |
---|---|
ArtifactId | ArtifactIdcore-ssl |
Version | Version2.0.6 |
Type | Typejar |
Filename | Size |
---|---|
core-ssl-2.0.6.pom | |
core-ssl-2.0.6.jar | 28 KB |
core-ssl-2.0.6-sources.jar | 17 KB |
core-ssl-2.0.6-javadoc.jar | 351 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/org.webpieces/core-ssl/ -->
<dependency>
<groupId>org.webpieces</groupId>
<artifactId>core-ssl</artifactId>
<version>2.0.6</version>
</dependency>
// https://jarcasting.com/artifacts/org.webpieces/core-ssl/
implementation 'org.webpieces:core-ssl:2.0.6'
// https://jarcasting.com/artifacts/org.webpieces/core-ssl/
implementation ("org.webpieces:core-ssl:2.0.6")
'org.webpieces:core-ssl:jar:2.0.6'
<dependency org="org.webpieces" name="core-ssl" rev="2.0.6">
<artifact name="core-ssl" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.webpieces', module='core-ssl', version='2.0.6')
)
libraryDependencies += "org.webpieces" % "core-ssl" % "2.0.6"
[org.webpieces/core-ssl "2.0.6"]