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