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