is not current version
Last Version 0.1.4

com.spatineo:tls-mock-server 0.1.3

A simple Jetty server that can be used to test protocol and cipher combinations

GroupId

GroupId

com.spatineo
ArtifactId

ArtifactId

tls-mock-server
Version

Version

0.1.3
Type

Type

jar

Download tls-mock-server 0.1.3


<!-- https://jarcasting.com/artifacts/com.spatineo/tls-mock-server/ -->
<dependency>
    <groupId>com.spatineo</groupId>
    <artifactId>tls-mock-server</artifactId>
    <version>0.1.3</version>
</dependency>
// https://jarcasting.com/artifacts/com.spatineo/tls-mock-server/
implementation 'com.spatineo:tls-mock-server:0.1.3'
// https://jarcasting.com/artifacts/com.spatineo/tls-mock-server/
implementation ("com.spatineo:tls-mock-server:0.1.3")
'com.spatineo:tls-mock-server:jar:0.1.3'
<dependency org="com.spatineo" name="tls-mock-server" rev="0.1.3">
  <artifact name="tls-mock-server" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.spatineo', module='tls-mock-server', version='0.1.3')
)
libraryDependencies += "com.spatineo" % "tls-mock-server" % "0.1.3"
[com.spatineo/tls-mock-server "0.1.3"]