d

di

Integration with DI frameworks
Files download
File Operation
di-0.6.pom download
Apache Maven
<dependency>
  <groupId>com.seovic.coherence</groupId>
  <artifactId>di</artifactId>
  <version>0.6</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'com.seovic.coherence:di:0.6'
Gradle Kotlin
implementation("com.seovic.coherence:di:0.6")
Scala SBT
libraryDependencies += "com.seovic.coherence" % "di" % "0.6"
Groovy Grape
@Grapes(
  @Grab(group='com.seovic.coherence', module='di', version='0.6')
)
Apache Ivy
<dependency org="com.seovic.coherence" name="di" rev="0.6" />
Leiningen
[com.seovic.coherence/di "0.6"]
Apache Buildr
'com.seovic.coherence:di:jar:0.6'