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