Categories |
CategoriesData |
---|---|
GroupId | GroupIdcom.spotify.dataenum |
ArtifactId | ArtifactIddataenum-parent |
Version | Version1.3.2 |
Type | Typepom |
Filename | Size |
---|---|
dataenum-parent-1.3.2.pom | 9 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.spotify.dataenum/dataenum-parent/ -->
<dependency>
<groupId>com.spotify.dataenum</groupId>
<artifactId>dataenum-parent</artifactId>
<version>1.3.2</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.spotify.dataenum/dataenum-parent/
implementation 'com.spotify.dataenum:dataenum-parent:1.3.2'
// https://jarcasting.com/artifacts/com.spotify.dataenum/dataenum-parent/
implementation ("com.spotify.dataenum:dataenum-parent:1.3.2")
'com.spotify.dataenum:dataenum-parent:pom:1.3.2'
<dependency org="com.spotify.dataenum" name="dataenum-parent" rev="1.3.2">
<artifact name="dataenum-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.spotify.dataenum', module='dataenum-parent', version='1.3.2')
)
libraryDependencies += "com.spotify.dataenum" % "dataenum-parent" % "1.3.2"
[com.spotify.dataenum/dataenum-parent "1.3.2"]