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