Categories |
CategoriesCLI User Interface |
---|---|
GroupId | GroupIdorg.factcast |
ArtifactId | ArtifactIdfactcast-example-tls-client |
Version | Version0.1.4.3 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/org.factcast/factcast-example-tls-client/ -->
<dependency>
<groupId>org.factcast</groupId>
<artifactId>factcast-example-tls-client</artifactId>
<version>0.1.4.3</version>
</dependency>
// https://jarcasting.com/artifacts/org.factcast/factcast-example-tls-client/
implementation 'org.factcast:factcast-example-tls-client:0.1.4.3'
// https://jarcasting.com/artifacts/org.factcast/factcast-example-tls-client/
implementation ("org.factcast:factcast-example-tls-client:0.1.4.3")
'org.factcast:factcast-example-tls-client:jar:0.1.4.3'
<dependency org="org.factcast" name="factcast-example-tls-client" rev="0.1.4.3">
<artifact name="factcast-example-tls-client" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.factcast', module='factcast-example-tls-client', version='0.1.4.3')
)
libraryDependencies += "org.factcast" % "factcast-example-tls-client" % "0.1.4.3"
[org.factcast/factcast-example-tls-client "0.1.4.3"]