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