| Категории |
КатегорииAuto Библиотеки уровня приложения Code Generators |
|---|---|
| Группа | Группаio.github.kaustubhpatange |
| Идентификатор | Идентификаторautobindings-compiler |
| Версия | Версия1.1-alpha12 |
| Тип | Типjar |
| Имя Файла | Размер |
|---|---|
| autobindings-compiler-1.1-alpha12.pom | |
| autobindings-compiler-1.1-alpha12.jar | 36 KB |
| autobindings-compiler-1.1-alpha12-sources.jar | 11 KB |
| autobindings-compiler-1.1-alpha12-javadoc.jar | 261 bytes |
| Обзор |
<!-- https://jarcasting.com/artifacts/io.github.kaustubhpatange/autobindings-compiler/ -->
<dependency>
<groupId>io.github.kaustubhpatange</groupId>
<artifactId>autobindings-compiler</artifactId>
<version>1.1-alpha12</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.kaustubhpatange/autobindings-compiler/
implementation 'io.github.kaustubhpatange:autobindings-compiler:1.1-alpha12'
// https://jarcasting.com/artifacts/io.github.kaustubhpatange/autobindings-compiler/
implementation ("io.github.kaustubhpatange:autobindings-compiler:1.1-alpha12")
'io.github.kaustubhpatange:autobindings-compiler:jar:1.1-alpha12'
<dependency org="io.github.kaustubhpatange" name="autobindings-compiler" rev="1.1-alpha12">
<artifact name="autobindings-compiler" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.kaustubhpatange', module='autobindings-compiler', version='1.1-alpha12')
)
libraryDependencies += "io.github.kaustubhpatange" % "autobindings-compiler" % "1.1-alpha12"
[io.github.kaustubhpatange/autobindings-compiler "1.1-alpha12"]