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