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