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