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