| Группа | Группаcom.mattunderscore.code.generation.specky |
|---|---|
| Идентификатор | Идентификаторplugin-example |
| Версия | Версия0.6.0 |
| Тип | Типjar |
| Имя Файла | Размер |
|---|---|
| plugin-example-0.6.0.pom | |
| plugin-example-0.6.0.jar | 117 KB |
| plugin-example-0.6.0-sources.jar | 95 KB |
| plugin-example-0.6.0-javadoc.jar | 517 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/com.mattunderscore.code.generation.specky/plugin-example/ -->
<dependency>
<groupId>com.mattunderscore.code.generation.specky</groupId>
<artifactId>plugin-example</artifactId>
<version>0.6.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.mattunderscore.code.generation.specky/plugin-example/
implementation 'com.mattunderscore.code.generation.specky:plugin-example:0.6.0'
// https://jarcasting.com/artifacts/com.mattunderscore.code.generation.specky/plugin-example/
implementation ("com.mattunderscore.code.generation.specky:plugin-example:0.6.0")
'com.mattunderscore.code.generation.specky:plugin-example:jar:0.6.0'
<dependency org="com.mattunderscore.code.generation.specky" name="plugin-example" rev="0.6.0">
<artifact name="plugin-example" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.mattunderscore.code.generation.specky', module='plugin-example', version='0.6.0')
)
libraryDependencies += "com.mattunderscore.code.generation.specky" % "plugin-example" % "0.6.0"
[com.mattunderscore.code.generation.specky/plugin-example "0.6.0"]