| Лицензия |
Лицензия |
|---|---|
| Группа | Группаcom.github.alinvasile.jsla |
| Идентификатор | Идентификаторproject |
| Последняя версия | Последняя версия1 |
| Дата | Дата |
| Тип | Типpom |
| Описание |
ОписаниеjSLA
Java SLA Rules
|
| Ссылка на сайт |
Ссылка на сайт |
| Имя Файла | Размер |
|---|---|
| project-1.pom | 4 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/com.github.alinvasile.jsla/project/ -->
<dependency>
<groupId>com.github.alinvasile.jsla</groupId>
<artifactId>project</artifactId>
<version>1</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.alinvasile.jsla/project/
implementation 'com.github.alinvasile.jsla:project:1'
// https://jarcasting.com/artifacts/com.github.alinvasile.jsla/project/
implementation ("com.github.alinvasile.jsla:project:1")
'com.github.alinvasile.jsla:project:pom:1'
<dependency org="com.github.alinvasile.jsla" name="project" rev="1">
<artifact name="project" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.github.alinvasile.jsla', module='project', version='1')
)
libraryDependencies += "com.github.alinvasile.jsla" % "project" % "1"
[com.github.alinvasile.jsla/project "1"]