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