<dependency> <groupId>com.github.cafapi.ssl</groupId> <artifactId>caf-ssl</artifactId> <version>1.1.0-56</version> <type>pom</type> </dependency>
implementation 'com.github.cafapi.ssl:caf-ssl:1.1.0-56'
implementation("com.github.cafapi.ssl:caf-ssl:1.1.0-56")
libraryDependencies += "com.github.cafapi.ssl" % "caf-ssl" % "1.1.0-56"
@Grapes( @Grab(group='com.github.cafapi.ssl', module='caf-ssl', version='1.1.0-56') )
<dependency org="com.github.cafapi.ssl" name="caf-ssl" rev="1.1.0-56" />
[com.github.cafapi.ssl/caf-ssl "1.1.0-56"]
'com.github.cafapi.ssl:caf-ssl:jar:1.1.0-56'
<parent> <groupId>com.github.cafapi</groupId> <artifactId>caf-common-parent</artifactId> <version>5.0.0-431</version> </parent>