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