GroupId | GroupIdcom.brettonw |
---|---|
ArtifactId | ArtifactIdbag |
Version | Version5.5.9 |
Type | Typejar |
Filename | Size |
---|---|
bag-5.5.9.pom | |
bag-5.5.9.jar | 67 KB |
bag-5.5.9-sources.jar | 44 KB |
bag-5.5.9-javadoc.jar | 228 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.brettonw/bag/ -->
<dependency>
<groupId>com.brettonw</groupId>
<artifactId>bag</artifactId>
<version>5.5.9</version>
</dependency>
// https://jarcasting.com/artifacts/com.brettonw/bag/
implementation 'com.brettonw:bag:5.5.9'
// https://jarcasting.com/artifacts/com.brettonw/bag/
implementation ("com.brettonw:bag:5.5.9")
'com.brettonw:bag:jar:5.5.9'
<dependency org="com.brettonw" name="bag" rev="5.5.9">
<artifact name="bag" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.brettonw', module='bag', version='5.5.9')
)
libraryDependencies += "com.brettonw" % "bag" % "5.5.9"
[com.brettonw/bag "5.5.9"]