Categories |
CategoriesAuto Application Layer Libs Code Generators |
---|---|
GroupId | GroupIdio.github.kaustubhpatange |
ArtifactId | ArtifactIdautobindings-compiler |
Version | Version1.0 |
Type | Typejar |
Filename | Size |
---|---|
autobindings-compiler-1.0.pom | |
autobindings-compiler-1.0.jar | 15 KB |
autobindings-compiler-1.0-sources.jar | 5 KB |
autobindings-compiler-1.0-javadoc.jar | 261 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/io.github.kaustubhpatange/autobindings-compiler/ -->
<dependency>
<groupId>io.github.kaustubhpatange</groupId>
<artifactId>autobindings-compiler</artifactId>
<version>1.0</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.kaustubhpatange/autobindings-compiler/
implementation 'io.github.kaustubhpatange:autobindings-compiler:1.0'
// https://jarcasting.com/artifacts/io.github.kaustubhpatange/autobindings-compiler/
implementation ("io.github.kaustubhpatange:autobindings-compiler:1.0")
'io.github.kaustubhpatange:autobindings-compiler:jar:1.0'
<dependency org="io.github.kaustubhpatange" name="autobindings-compiler" rev="1.0">
<artifact name="autobindings-compiler" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.kaustubhpatange', module='autobindings-compiler', version='1.0')
)
libraryDependencies += "io.github.kaustubhpatange" % "autobindings-compiler" % "1.0"
[io.github.kaustubhpatange/autobindings-compiler "1.0"]