License |
License |
---|---|
Categories |
Categoriesconfig Application Layer Libs Configuration |
GroupId | GroupIdcom.yahoo.vespa |
ArtifactId | ArtifactIdconfiggen |
Last Version | Last Version8.7.17 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionconfiggen
Config java code generation from config definition files for Java Vespa components.
|
Filename | Size |
---|---|
configgen-8.7.17.pom | |
configgen-8.7.17.jar | 77 KB |
configgen-8.7.17-sources.jar | 39 KB |
configgen-8.7.17-javadoc.jar | 552 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.yahoo.vespa/configgen/ -->
<dependency>
<groupId>com.yahoo.vespa</groupId>
<artifactId>configgen</artifactId>
<version>8.7.17</version>
</dependency>
// https://jarcasting.com/artifacts/com.yahoo.vespa/configgen/
implementation 'com.yahoo.vespa:configgen:8.7.17'
// https://jarcasting.com/artifacts/com.yahoo.vespa/configgen/
implementation ("com.yahoo.vespa:configgen:8.7.17")
'com.yahoo.vespa:configgen:jar:8.7.17'
<dependency org="com.yahoo.vespa" name="configgen" rev="8.7.17">
<artifact name="configgen" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.yahoo.vespa', module='configgen', version='8.7.17')
)
libraryDependencies += "com.yahoo.vespa" % "configgen" % "8.7.17"
[com.yahoo.vespa/configgen "8.7.17"]
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.13.2 |