Categories |
CategoriesAuto Application Layer Libs Code Generators |
---|---|
GroupId | GroupIdru.ztrap.tools |
ArtifactId | ArtifactIdauto-binder-core |
Version | Version1.0.0 |
Type | Typejar |
Filename | Size |
---|---|
auto-binder-core-1.0.0.pom | |
auto-binder-core-1.0.0.jar | 2 KB |
auto-binder-core-1.0.0-sources.jar | 1 KB |
auto-binder-core-1.0.0-javadoc.jar | 20 KB |
Browse |
<!-- https://jarcasting.com/artifacts/ru.ztrap.tools/auto-binder-core/ -->
<dependency>
<groupId>ru.ztrap.tools</groupId>
<artifactId>auto-binder-core</artifactId>
<version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/ru.ztrap.tools/auto-binder-core/
implementation 'ru.ztrap.tools:auto-binder-core:1.0.0'
// https://jarcasting.com/artifacts/ru.ztrap.tools/auto-binder-core/
implementation ("ru.ztrap.tools:auto-binder-core:1.0.0")
'ru.ztrap.tools:auto-binder-core:jar:1.0.0'
<dependency org="ru.ztrap.tools" name="auto-binder-core" rev="1.0.0">
<artifact name="auto-binder-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='ru.ztrap.tools', module='auto-binder-core', version='1.0.0')
)
libraryDependencies += "ru.ztrap.tools" % "auto-binder-core" % "1.0.0"
[ru.ztrap.tools/auto-binder-core "1.0.0"]