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