c

crux-vagrant

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