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