GroupId | GroupIdcom.mastfrog |
---|---|
ArtifactId | ArtifactIdbits |
Version | Version2.6.13 |
Type | Typejar |
Filename | Size |
---|---|
bits-2.6.13.pom | |
bits-2.6.13.jar | 69 KB |
bits-2.6.13-sources.jar | 36 KB |
bits-2.6.13-javadoc.jar | 77 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.mastfrog/bits/ -->
<dependency>
<groupId>com.mastfrog</groupId>
<artifactId>bits</artifactId>
<version>2.6.13</version>
</dependency>
// https://jarcasting.com/artifacts/com.mastfrog/bits/
implementation 'com.mastfrog:bits:2.6.13'
// https://jarcasting.com/artifacts/com.mastfrog/bits/
implementation ("com.mastfrog:bits:2.6.13")
'com.mastfrog:bits:jar:2.6.13'
<dependency org="com.mastfrog" name="bits" rev="2.6.13">
<artifact name="bits" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.mastfrog', module='bits', version='2.6.13')
)
libraryDependencies += "com.mastfrog" % "bits" % "2.6.13"
[com.mastfrog/bits "2.6.13"]