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