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