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