| Категории |
КатегорииAnt Компиляция и сборка Auto Библиотеки уровня приложения Code Generators |
|---|---|
| Группа | Группаcom.semanticcms |
| Идентификатор | Идентификаторsemanticcms-autogit-style |
| Версия | Версия1.3.2 |
| Тип | Типjar |
<!-- https://jarcasting.com/artifacts/com.semanticcms/semanticcms-autogit-style/ -->
<dependency>
<groupId>com.semanticcms</groupId>
<artifactId>semanticcms-autogit-style</artifactId>
<version>1.3.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.semanticcms/semanticcms-autogit-style/
implementation 'com.semanticcms:semanticcms-autogit-style:1.3.2'
// https://jarcasting.com/artifacts/com.semanticcms/semanticcms-autogit-style/
implementation ("com.semanticcms:semanticcms-autogit-style:1.3.2")
'com.semanticcms:semanticcms-autogit-style:jar:1.3.2'
<dependency org="com.semanticcms" name="semanticcms-autogit-style" rev="1.3.2">
<artifact name="semanticcms-autogit-style" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.semanticcms', module='semanticcms-autogit-style', version='1.3.2')
)
libraryDependencies += "com.semanticcms" % "semanticcms-autogit-style" % "1.3.2"
[com.semanticcms/semanticcms-autogit-style "1.3.2"]