| Лицензия |
Лицензия |
|---|---|
| Группа | Группаcom.spotify |
| Идентификатор | Идентификаторfolsom-parent |
| Версия | Версия1.13.0 |
| Тип | Типpom |
| Описание |
Описаниеfolsom-parent
Sonatype helps open source projects to set up Maven repositories on https://oss.sonatype.org/
|
| Организация-разработчик |
Организация-разработчик |
| Имя Файла | Размер |
|---|---|
| folsom-parent-1.13.0.pom | 7 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/com.spotify/folsom-parent/ -->
<dependency>
<groupId>com.spotify</groupId>
<artifactId>folsom-parent</artifactId>
<version>1.13.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.spotify/folsom-parent/
implementation 'com.spotify:folsom-parent:1.13.0'
// https://jarcasting.com/artifacts/com.spotify/folsom-parent/
implementation ("com.spotify:folsom-parent:1.13.0")
'com.spotify:folsom-parent:pom:1.13.0'
<dependency org="com.spotify" name="folsom-parent" rev="1.13.0">
<artifact name="folsom-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.spotify', module='folsom-parent', version='1.13.0')
)
libraryDependencies += "com.spotify" % "folsom-parent" % "1.13.0"
[com.spotify/folsom-parent "1.13.0"]