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