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