GroupId | GroupIdorg.ogema.widgets |
---|---|
ArtifactId | ArtifactIdapp-collections |
Version | Version2.2.0 |
Type | Typepom |
Filename | Size |
---|---|
app-collections-2.2.0.pom | 1 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.ogema.widgets/app-collections/ -->
<dependency>
<groupId>org.ogema.widgets</groupId>
<artifactId>app-collections</artifactId>
<version>2.2.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.ogema.widgets/app-collections/
implementation 'org.ogema.widgets:app-collections:2.2.0'
// https://jarcasting.com/artifacts/org.ogema.widgets/app-collections/
implementation ("org.ogema.widgets:app-collections:2.2.0")
'org.ogema.widgets:app-collections:pom:2.2.0'
<dependency org="org.ogema.widgets" name="app-collections" rev="2.2.0">
<artifact name="app-collections" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.ogema.widgets', module='app-collections', version='2.2.0')
)
libraryDependencies += "org.ogema.widgets" % "app-collections" % "2.2.0"
[org.ogema.widgets/app-collections "2.2.0"]