| Категории |
КатегорииAuto Библиотеки уровня приложения Code Generators |
|---|---|
| Группа | Группаio.github.kaustubhpatange |
| Идентификатор | Идентификаторautobindings-compiler |
| Версия | Версия1.0-alpha |
| Тип | Типjar |
| Имя Файла | Размер |
|---|---|
| autobindings-compiler-1.0-alpha.pom | |
| autobindings-compiler-1.0-alpha.jar | 15 KB |
| autobindings-compiler-1.0-alpha-sources.jar | 5 KB |
| autobindings-compiler-1.0-alpha-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.0-alpha</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.kaustubhpatange/autobindings-compiler/
implementation 'io.github.kaustubhpatange:autobindings-compiler:1.0-alpha'
// https://jarcasting.com/artifacts/io.github.kaustubhpatange/autobindings-compiler/
implementation ("io.github.kaustubhpatange:autobindings-compiler:1.0-alpha")
'io.github.kaustubhpatange:autobindings-compiler:jar:1.0-alpha'
<dependency org="io.github.kaustubhpatange" name="autobindings-compiler" rev="1.0-alpha">
<artifact name="autobindings-compiler" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.kaustubhpatange', module='autobindings-compiler', version='1.0-alpha')
)
libraryDependencies += "io.github.kaustubhpatange" % "autobindings-compiler" % "1.0-alpha"
[io.github.kaustubhpatange/autobindings-compiler "1.0-alpha"]