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