GroupId | GroupIdpl.bristleback |
---|---|
ArtifactId | ArtifactIdbristleServer |
Version | Version0.0.3 |
Type | Typejar |
Filename | Size |
---|---|
bristleServer-0.0.3.pom | |
bristleServer-0.0.3.jar | 63 KB |
bristleServer-0.0.3-sources.jar | 65 KB |
bristleServer-0.0.3-javadoc.jar | 316 KB |
Browse |
<!-- https://jarcasting.com/artifacts/pl.bristleback/bristleServer/ -->
<dependency>
<groupId>pl.bristleback</groupId>
<artifactId>bristleServer</artifactId>
<version>0.0.3</version>
</dependency>
// https://jarcasting.com/artifacts/pl.bristleback/bristleServer/
implementation 'pl.bristleback:bristleServer:0.0.3'
// https://jarcasting.com/artifacts/pl.bristleback/bristleServer/
implementation ("pl.bristleback:bristleServer:0.0.3")
'pl.bristleback:bristleServer:jar:0.0.3'
<dependency org="pl.bristleback" name="bristleServer" rev="0.0.3">
<artifact name="bristleServer" type="jar" />
</dependency>
@Grapes(
@Grab(group='pl.bristleback', module='bristleServer', version='0.0.3')
)
libraryDependencies += "pl.bristleback" % "bristleServer" % "0.0.3"
[pl.bristleback/bristleServer "0.0.3"]