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