| Лицензия |
Лицензия |
|---|---|
| Группа | Группаcom.technophobia.substeps |
| Идентификатор | Идентификаторsubsteps-framework |
| Последняя версия | Последняя версия2.0.0 |
| Дата | Дата |
| Тип | Типpom |
| Описание |
ОписаниеSubSteps Framework
The core project of SubSteps
|
| Ссылка на сайт |
Ссылка на сайт |
| Организация-разработчик |
Организация-разработчикTechnophobia Ltd |
| Имя Файла | Размер |
|---|---|
| substeps-framework-2.0.0.pom | 18 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/com.technophobia.substeps/substeps-framework/ -->
<dependency>
<groupId>com.technophobia.substeps</groupId>
<artifactId>substeps-framework</artifactId>
<version>2.0.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.technophobia.substeps/substeps-framework/
implementation 'com.technophobia.substeps:substeps-framework:2.0.0'
// https://jarcasting.com/artifacts/com.technophobia.substeps/substeps-framework/
implementation ("com.technophobia.substeps:substeps-framework:2.0.0")
'com.technophobia.substeps:substeps-framework:pom:2.0.0'
<dependency org="com.technophobia.substeps" name="substeps-framework" rev="2.0.0">
<artifact name="substeps-framework" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.technophobia.substeps', module='substeps-framework', version='2.0.0')
)
libraryDependencies += "com.technophobia.substeps" % "substeps-framework" % "2.0.0"
[com.technophobia.substeps/substeps-framework "2.0.0"]