GroupId | GroupIdcom.github.dtreskunov |
---|---|
ArtifactId | ArtifactIdeasyssl |
Version | Version0.6.10 |
Type | Typejar |
Filename | Size |
---|---|
easyssl-0.6.10.pom | |
easyssl-0.6.10.jar | 27 KB |
easyssl-0.6.10-sources.jar | 12 KB |
easyssl-0.6.10-javadoc.jar | 63 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.dtreskunov/easyssl/ -->
<dependency>
<groupId>com.github.dtreskunov</groupId>
<artifactId>easyssl</artifactId>
<version>0.6.10</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.dtreskunov/easyssl/
implementation 'com.github.dtreskunov:easyssl:0.6.10'
// https://jarcasting.com/artifacts/com.github.dtreskunov/easyssl/
implementation ("com.github.dtreskunov:easyssl:0.6.10")
'com.github.dtreskunov:easyssl:jar:0.6.10'
<dependency org="com.github.dtreskunov" name="easyssl" rev="0.6.10">
<artifact name="easyssl" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.dtreskunov', module='easyssl', version='0.6.10')
)
libraryDependencies += "com.github.dtreskunov" % "easyssl" % "0.6.10"
[com.github.dtreskunov/easyssl "0.6.10"]