GroupId | GroupIdbr.com.objectos.core |
---|---|
ArtifactId | ArtifactIdcollections |
Version | Version0.3.2 |
Type | Typejar |
Filename | Size |
---|---|
collections-0.3.2.pom | |
collections-0.3.2.jar | 14 KB |
collections-0.3.2-sources.jar | 5 KB |
collections-0.3.2-javadoc.jar | 51 KB |
Browse |
<!-- https://jarcasting.com/artifacts/br.com.objectos.core/collections/ -->
<dependency>
<groupId>br.com.objectos.core</groupId>
<artifactId>collections</artifactId>
<version>0.3.2</version>
</dependency>
// https://jarcasting.com/artifacts/br.com.objectos.core/collections/
implementation 'br.com.objectos.core:collections:0.3.2'
// https://jarcasting.com/artifacts/br.com.objectos.core/collections/
implementation ("br.com.objectos.core:collections:0.3.2")
'br.com.objectos.core:collections:jar:0.3.2'
<dependency org="br.com.objectos.core" name="collections" rev="0.3.2">
<artifact name="collections" type="jar" />
</dependency>
@Grapes(
@Grab(group='br.com.objectos.core', module='collections', version='0.3.2')
)
libraryDependencies += "br.com.objectos.core" % "collections" % "0.3.2"
[br.com.objectos.core/collections "0.3.2"]