| GroupId | GroupIdpl.bristleback | 
|---|---|
| ArtifactId | ArtifactIdbristleServer | 
| Version | Version0.2.0-alpha-03 | 
| Type | Typejar | 
<!-- https://jarcasting.com/artifacts/pl.bristleback/bristleServer/ -->
<dependency>
    <groupId>pl.bristleback</groupId>
    <artifactId>bristleServer</artifactId>
    <version>0.2.0-alpha-03</version>
</dependency>// https://jarcasting.com/artifacts/pl.bristleback/bristleServer/
implementation 'pl.bristleback:bristleServer:0.2.0-alpha-03'// https://jarcasting.com/artifacts/pl.bristleback/bristleServer/
implementation ("pl.bristleback:bristleServer:0.2.0-alpha-03")'pl.bristleback:bristleServer:jar:0.2.0-alpha-03'<dependency org="pl.bristleback" name="bristleServer" rev="0.2.0-alpha-03">
  <artifact name="bristleServer" type="jar" />
</dependency>@Grapes(
@Grab(group='pl.bristleback', module='bristleServer', version='0.2.0-alpha-03')
)libraryDependencies += "pl.bristleback" % "bristleServer" % "0.2.0-alpha-03"[pl.bristleback/bristleServer "0.2.0-alpha-03"]