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