GroupId | GroupIdfm.last |
---|---|
ArtifactId | ArtifactIdlastfm-oss-parent |
Version | Version1.0.0 |
Type | Typepom |
Filename | Size |
---|---|
lastfm-oss-parent-1.0.0.pom | 5 KB |
Browse |
<!-- https://jarcasting.com/artifacts/fm.last/lastfm-oss-parent/ -->
<dependency>
<groupId>fm.last</groupId>
<artifactId>lastfm-oss-parent</artifactId>
<version>1.0.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/fm.last/lastfm-oss-parent/
implementation 'fm.last:lastfm-oss-parent:1.0.0'
// https://jarcasting.com/artifacts/fm.last/lastfm-oss-parent/
implementation ("fm.last:lastfm-oss-parent:1.0.0")
'fm.last:lastfm-oss-parent:pom:1.0.0'
<dependency org="fm.last" name="lastfm-oss-parent" rev="1.0.0">
<artifact name="lastfm-oss-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='fm.last', module='lastfm-oss-parent', version='1.0.0')
)
libraryDependencies += "fm.last" % "lastfm-oss-parent" % "1.0.0"
[fm.last/lastfm-oss-parent "1.0.0"]