| GroupId | GroupIdcom.github.manuelpeinado.multichoiceadapter |
|---|---|
| ArtifactId | ArtifactIdparent |
| Version | Version2.2.4 |
| Type | Typepom |
| Filename | Size |
|---|---|
| parent-2.2.4.pom | 6 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.github.manuelpeinado.multichoiceadapter/parent/ -->
<dependency>
<groupId>com.github.manuelpeinado.multichoiceadapter</groupId>
<artifactId>parent</artifactId>
<version>2.2.4</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.manuelpeinado.multichoiceadapter/parent/
implementation 'com.github.manuelpeinado.multichoiceadapter:parent:2.2.4'
// https://jarcasting.com/artifacts/com.github.manuelpeinado.multichoiceadapter/parent/
implementation ("com.github.manuelpeinado.multichoiceadapter:parent:2.2.4")
'com.github.manuelpeinado.multichoiceadapter:parent:pom:2.2.4'
<dependency org="com.github.manuelpeinado.multichoiceadapter" name="parent" rev="2.2.4">
<artifact name="parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.github.manuelpeinado.multichoiceadapter', module='parent', version='2.2.4')
)
libraryDependencies += "com.github.manuelpeinado.multichoiceadapter" % "parent" % "2.2.4"
[com.github.manuelpeinado.multichoiceadapter/parent "2.2.4"]