Categories |
CategoriesAuto Application Layer Libs Code Generators |
---|---|
GroupId | GroupIdru.ztrap.tools |
ArtifactId | ArtifactIdauto-binder-processor |
Version | Version1.0.2 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/ru.ztrap.tools/auto-binder-processor/ -->
<dependency>
<groupId>ru.ztrap.tools</groupId>
<artifactId>auto-binder-processor</artifactId>
<version>1.0.2</version>
</dependency>
// https://jarcasting.com/artifacts/ru.ztrap.tools/auto-binder-processor/
implementation 'ru.ztrap.tools:auto-binder-processor:1.0.2'
// https://jarcasting.com/artifacts/ru.ztrap.tools/auto-binder-processor/
implementation ("ru.ztrap.tools:auto-binder-processor:1.0.2")
'ru.ztrap.tools:auto-binder-processor:jar:1.0.2'
<dependency org="ru.ztrap.tools" name="auto-binder-processor" rev="1.0.2">
<artifact name="auto-binder-processor" type="jar" />
</dependency>
@Grapes(
@Grab(group='ru.ztrap.tools', module='auto-binder-processor', version='1.0.2')
)
libraryDependencies += "ru.ztrap.tools" % "auto-binder-processor" % "1.0.2"
[ru.ztrap.tools/auto-binder-processor "1.0.2"]