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