GroupId | GroupIdorg.webpieces |
---|---|
ArtifactId | ArtifactIdcore-ssl |
Version | Version1.9.53 |
Type | Typejar |
Filename | Size |
---|---|
core-ssl-1.9.53.pom | |
core-ssl-1.9.53.jar | 13 KB |
core-ssl-1.9.53-sources.jar | 8 KB |
core-ssl-1.9.53-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.53</version>
</dependency>
// https://jarcasting.com/artifacts/org.webpieces/core-ssl/
implementation 'org.webpieces:core-ssl:1.9.53'
// https://jarcasting.com/artifacts/org.webpieces/core-ssl/
implementation ("org.webpieces:core-ssl:1.9.53")
'org.webpieces:core-ssl:jar:1.9.53'
<dependency org="org.webpieces" name="core-ssl" rev="1.9.53">
<artifact name="core-ssl" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.webpieces', module='core-ssl', version='1.9.53')
)
libraryDependencies += "org.webpieces" % "core-ssl" % "1.9.53"
[org.webpieces/core-ssl "1.9.53"]