GroupId | GroupIdorg.bongiorno |
---|---|
ArtifactId | ArtifactIdcollections |
Version | Version1.0.7 |
Type | Typejar |
Filename | Size |
---|---|
collections-1.0.7.pom | |
collections-1.0.7.jar | 31 KB |
collections-1.0.7-sources.jar | 10 KB |
collections-1.0.7-javadoc.jar | 102 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.bongiorno/collections/ -->
<dependency>
<groupId>org.bongiorno</groupId>
<artifactId>collections</artifactId>
<version>1.0.7</version>
</dependency>
// https://jarcasting.com/artifacts/org.bongiorno/collections/
implementation 'org.bongiorno:collections:1.0.7'
// https://jarcasting.com/artifacts/org.bongiorno/collections/
implementation ("org.bongiorno:collections:1.0.7")
'org.bongiorno:collections:jar:1.0.7'
<dependency org="org.bongiorno" name="collections" rev="1.0.7">
<artifact name="collections" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.bongiorno', module='collections', version='1.0.7')
)
libraryDependencies += "org.bongiorno" % "collections" % "1.0.7"
[org.bongiorno/collections "1.0.7"]