| Категории |
КатегорииCLI Взаимодействие с пользователем |
|---|---|
| Группа | Группаorg.factcast |
| Идентификатор | Идентификаторfactcast-example-tls-client |
| Версия | Версия0.2.0-M6 |
| Тип | Типjar |
<!-- https://jarcasting.com/artifacts/org.factcast/factcast-example-tls-client/ -->
<dependency>
<groupId>org.factcast</groupId>
<artifactId>factcast-example-tls-client</artifactId>
<version>0.2.0-M6</version>
</dependency>
// https://jarcasting.com/artifacts/org.factcast/factcast-example-tls-client/
implementation 'org.factcast:factcast-example-tls-client:0.2.0-M6'
// https://jarcasting.com/artifacts/org.factcast/factcast-example-tls-client/
implementation ("org.factcast:factcast-example-tls-client:0.2.0-M6")
'org.factcast:factcast-example-tls-client:jar:0.2.0-M6'
<dependency org="org.factcast" name="factcast-example-tls-client" rev="0.2.0-M6">
<artifact name="factcast-example-tls-client" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.factcast', module='factcast-example-tls-client', version='0.2.0-M6')
)
libraryDependencies += "org.factcast" % "factcast-example-tls-client" % "0.2.0-M6"
[org.factcast/factcast-example-tls-client "0.2.0-M6"]