<dependency> <groupId>com.github.felfert</groupId> <artifactId>sslutils</artifactId> <version>1.1</version> </dependency>
implementation 'com.github.felfert:sslutils:1.1'
implementation("com.github.felfert:sslutils:1.1")
libraryDependencies += "com.github.felfert" % "sslutils" % "1.1"
@Grapes( @Grab(group='com.github.felfert', module='sslutils', version='1.1') )
<dependency org="com.github.felfert" name="sslutils" rev="1.1" />
[com.github.felfert/sslutils "1.1"]
'com.github.felfert:sslutils:jar:1.1'
<parent> <groupId>com.github.felfert</groupId> <artifactId>parent</artifactId> <version>1.3</version> </parent>
compile
|-- ch.qos.logback:logback-classic
|-- junit:junit
provided
|-- com.google.code.findbugs:annotations:3.0.1u2