License |
License |
---|---|
GroupId | GroupIdcom.eshioji.hotvect |
ArtifactId | ArtifactIdhotvect-parent |
Version | Version0.0.6 |
Type | Typepom |
Description |
DescriptionHotvect Project
Hotvect is a Java framework for feature engineering and serving library for Vowpal Wabbit
|
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
hotvect-parent-0.0.6.pom | 13 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.eshioji.hotvect/hotvect-parent/ -->
<dependency>
<groupId>com.eshioji.hotvect</groupId>
<artifactId>hotvect-parent</artifactId>
<version>0.0.6</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.eshioji.hotvect/hotvect-parent/
implementation 'com.eshioji.hotvect:hotvect-parent:0.0.6'
// https://jarcasting.com/artifacts/com.eshioji.hotvect/hotvect-parent/
implementation ("com.eshioji.hotvect:hotvect-parent:0.0.6")
'com.eshioji.hotvect:hotvect-parent:pom:0.0.6'
<dependency org="com.eshioji.hotvect" name="hotvect-parent" rev="0.0.6">
<artifact name="hotvect-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.eshioji.hotvect', module='hotvect-parent', version='0.0.6')
)
libraryDependencies += "com.eshioji.hotvect" % "hotvect-parent" % "0.0.6"
[com.eshioji.hotvect/hotvect-parent "0.0.6"]