Categories |
Categoriesconfig Application Layer Libs Configuration |
---|---|
GroupId | GroupIdcom.bernardomg.velocity |
ArtifactId | ArtifactIdvelocity-config-tool |
Version | Version1.2.0 |
Type | Typejar |
Filename | Size |
---|---|
velocity-config-tool-1.2.0.pom | |
velocity-config-tool-1.2.0.jar | 10 KB |
velocity-config-tool-1.2.0-sources.jar | 10 KB |
velocity-config-tool-1.2.0-javadoc.jar | 30 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.bernardomg.velocity/velocity-config-tool/ -->
<dependency>
<groupId>com.bernardomg.velocity</groupId>
<artifactId>velocity-config-tool</artifactId>
<version>1.2.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.bernardomg.velocity/velocity-config-tool/
implementation 'com.bernardomg.velocity:velocity-config-tool:1.2.0'
// https://jarcasting.com/artifacts/com.bernardomg.velocity/velocity-config-tool/
implementation ("com.bernardomg.velocity:velocity-config-tool:1.2.0")
'com.bernardomg.velocity:velocity-config-tool:jar:1.2.0'
<dependency org="com.bernardomg.velocity" name="velocity-config-tool" rev="1.2.0">
<artifact name="velocity-config-tool" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.bernardomg.velocity', module='velocity-config-tool', version='1.2.0')
)
libraryDependencies += "com.bernardomg.velocity" % "velocity-config-tool" % "1.2.0"
[com.bernardomg.velocity/velocity-config-tool "1.2.0"]