Categories |
CategoriesNet |
---|---|
GroupId | GroupIdnet.derquinse.bocas |
ArtifactId | ArtifactIdbocas |
Version | Version1.1.8 |
Type | Typejar |
Filename | Size |
---|---|
bocas-1.1.8.pom | |
bocas-1.1.8.jar | 54 KB |
bocas-1.1.8-tests.jar | 13 KB |
bocas-1.1.8-sources.jar | 39 KB |
bocas-1.1.8-javadoc.jar | 105 KB |
Browse |
<!-- https://jarcasting.com/artifacts/net.derquinse.bocas/bocas/ -->
<dependency>
<groupId>net.derquinse.bocas</groupId>
<artifactId>bocas</artifactId>
<version>1.1.8</version>
</dependency>
// https://jarcasting.com/artifacts/net.derquinse.bocas/bocas/
implementation 'net.derquinse.bocas:bocas:1.1.8'
// https://jarcasting.com/artifacts/net.derquinse.bocas/bocas/
implementation ("net.derquinse.bocas:bocas:1.1.8")
'net.derquinse.bocas:bocas:jar:1.1.8'
<dependency org="net.derquinse.bocas" name="bocas" rev="1.1.8">
<artifact name="bocas" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.derquinse.bocas', module='bocas', version='1.1.8')
)
libraryDependencies += "net.derquinse.bocas" % "bocas" % "1.1.8"
[net.derquinse.bocas/bocas "1.1.8"]