Files download
File Operation
phynixx-spring-2.0.0.jar download
phynixx-spring-2.0.0.pom download
phynixx-spring-2.0.0-sources.jar download
Apache Maven
<dependency>
  <groupId>org.csc</groupId>
  <artifactId>phynixx-spring</artifactId>
  <version>2.0.0</version>
</dependency>
Gradle Groovy
implementation 'org.csc:phynixx-spring:2.0.0'
Gradle Kotlin
implementation("org.csc:phynixx-spring:2.0.0")
Scala SBT
libraryDependencies += "org.csc" % "phynixx-spring" % "2.0.0"
Groovy Grape
@Grapes(
  @Grab(group='org.csc', module='phynixx-spring', version='2.0.0')
)
Apache Ivy
<dependency org="org.csc" name="phynixx-spring" rev="2.0.0" />
Leiningen
[org.csc/phynixx-spring "2.0.0"]
Apache Buildr
'org.csc:phynixx-spring:jar:2.0.0'