| Лицензия |
Лицензия |
|---|---|
| Группа | Группаcom.subtlesolution |
| Идентификатор | Идентификаторsubtlesolution-public |
| Версия | Версия1 |
| Тип | Типpom |
| Описание |
ОписаниеSubtle Solution - Public Projects
|
| Организация-разработчик |
Организация-разработчик |
| Имя Файла | Размер |
|---|---|
| subtlesolution-public-1.pom | 2 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/com.subtlesolution/subtlesolution-public/ -->
<dependency>
<groupId>com.subtlesolution</groupId>
<artifactId>subtlesolution-public</artifactId>
<version>1</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.subtlesolution/subtlesolution-public/
implementation 'com.subtlesolution:subtlesolution-public:1'
// https://jarcasting.com/artifacts/com.subtlesolution/subtlesolution-public/
implementation ("com.subtlesolution:subtlesolution-public:1")
'com.subtlesolution:subtlesolution-public:pom:1'
<dependency org="com.subtlesolution" name="subtlesolution-public" rev="1">
<artifact name="subtlesolution-public" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.subtlesolution', module='subtlesolution-public', version='1')
)
libraryDependencies += "com.subtlesolution" % "subtlesolution-public" % "1"
[com.subtlesolution/subtlesolution-public "1"]