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