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