GroupId | GroupIdorg.refcodes |
---|---|
ArtifactId | ArtifactIdrefcodes-collection |
Version | Version1.1.5 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/org.refcodes/refcodes-collection/ -->
<dependency>
<groupId>org.refcodes</groupId>
<artifactId>refcodes-collection</artifactId>
<version>1.1.5</version>
</dependency>
// https://jarcasting.com/artifacts/org.refcodes/refcodes-collection/
implementation 'org.refcodes:refcodes-collection:1.1.5'
// https://jarcasting.com/artifacts/org.refcodes/refcodes-collection/
implementation ("org.refcodes:refcodes-collection:1.1.5")
'org.refcodes:refcodes-collection:jar:1.1.5'
<dependency org="org.refcodes" name="refcodes-collection" rev="1.1.5">
<artifact name="refcodes-collection" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.refcodes', module='refcodes-collection', version='1.1.5')
)
libraryDependencies += "org.refcodes" % "refcodes-collection" % "1.1.5"
[org.refcodes/refcodes-collection "1.1.5"]