is not current version
Last Version 2.0.5

org.glassfish.hk2:auto-depends 1.6.35

${project.name}

Categories

Categories

GlassFish Container Application Servers Auto Application Layer Libs Code Generators HK2 Dependency Injection
GroupId

GroupId

org.glassfish.hk2
ArtifactId

ArtifactId

auto-depends
Version

Version

1.6.35
Type

Type

jar

Download auto-depends 1.6.35


<!-- https://jarcasting.com/artifacts/org.glassfish.hk2/auto-depends/ -->
<dependency>
    <groupId>org.glassfish.hk2</groupId>
    <artifactId>auto-depends</artifactId>
    <version>1.6.35</version>
</dependency>
// https://jarcasting.com/artifacts/org.glassfish.hk2/auto-depends/
implementation 'org.glassfish.hk2:auto-depends:1.6.35'
// https://jarcasting.com/artifacts/org.glassfish.hk2/auto-depends/
implementation ("org.glassfish.hk2:auto-depends:1.6.35")
'org.glassfish.hk2:auto-depends:jar:1.6.35'
<dependency org="org.glassfish.hk2" name="auto-depends" rev="1.6.35">
  <artifact name="auto-depends" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.glassfish.hk2', module='auto-depends', version='1.6.35')
)
libraryDependencies += "org.glassfish.hk2" % "auto-depends" % "1.6.35"
[org.glassfish.hk2/auto-depends "1.6.35"]