Categories |
CategoriesGUI User Interface Guice Application Layer Libs Dependency Injection |
---|---|
GroupId | GroupIdcom.nesscomputing |
ArtifactId | ArtifactIdvelocity-guice |
Version | Version0.0.2 |
Type | Typejar |
Filename | Size |
---|---|
velocity-guice-0.0.2.pom | |
velocity-guice-0.0.2.jar | 13 KB |
velocity-guice-0.0.2-tests.jar | 8 KB |
velocity-guice-0.0.2-test-sources.jar | 5 KB |
velocity-guice-0.0.2-sources.jar | 8 KB |
velocity-guice-0.0.2-javadoc.jar | 60 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.nesscomputing/velocity-guice/ -->
<dependency>
<groupId>com.nesscomputing</groupId>
<artifactId>velocity-guice</artifactId>
<version>0.0.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.nesscomputing/velocity-guice/
implementation 'com.nesscomputing:velocity-guice:0.0.2'
// https://jarcasting.com/artifacts/com.nesscomputing/velocity-guice/
implementation ("com.nesscomputing:velocity-guice:0.0.2")
'com.nesscomputing:velocity-guice:jar:0.0.2'
<dependency org="com.nesscomputing" name="velocity-guice" rev="0.0.2">
<artifact name="velocity-guice" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.nesscomputing', module='velocity-guice', version='0.0.2')
)
libraryDependencies += "com.nesscomputing" % "velocity-guice" % "0.0.2"
[com.nesscomputing/velocity-guice "0.0.2"]