GroupId | GroupIdorg.solovyev |
---|---|
ArtifactId | ArtifactIdcommon-collections-multimap |
Last Version | Last Version1.0.3 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionJava Common Library Collections Multimap
Sonatype helps open source projects to set up Maven repositories on https://oss.sonatype.org/
|
<!-- https://jarcasting.com/artifacts/org.solovyev/common-collections-multimap/ -->
<dependency>
<groupId>org.solovyev</groupId>
<artifactId>common-collections-multimap</artifactId>
<version>1.0.3</version>
</dependency>
// https://jarcasting.com/artifacts/org.solovyev/common-collections-multimap/
implementation 'org.solovyev:common-collections-multimap:1.0.3'
// https://jarcasting.com/artifacts/org.solovyev/common-collections-multimap/
implementation ("org.solovyev:common-collections-multimap:1.0.3")
'org.solovyev:common-collections-multimap:jar:1.0.3'
<dependency org="org.solovyev" name="common-collections-multimap" rev="1.0.3">
<artifact name="common-collections-multimap" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.solovyev', module='common-collections-multimap', version='1.0.3')
)
libraryDependencies += "org.solovyev" % "common-collections-multimap" % "1.0.3"
[org.solovyev/common-collections-multimap "1.0.3"]
Group / Artifact | Type | Version |
---|---|---|
org.solovyev : common-core | jar | 1.0.3 |
com.intellij : annotations | jar | 7.0.3 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.8.2 |