GroupId | GroupIdcom.eshioji.hotvect |
---|---|
ArtifactId | ArtifactIdhotvect-core |
Version | Version0.0.10 |
Type | Typejar |
Filename | Size |
---|---|
hotvect-core-0.0.10.pom | |
hotvect-core-0.0.10.jar | 71 KB |
hotvect-core-0.0.10-sources.jar | 34 KB |
hotvect-core-0.0.10-javadoc.jar | 333 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.eshioji.hotvect/hotvect-core/ -->
<dependency>
<groupId>com.eshioji.hotvect</groupId>
<artifactId>hotvect-core</artifactId>
<version>0.0.10</version>
</dependency>
// https://jarcasting.com/artifacts/com.eshioji.hotvect/hotvect-core/
implementation 'com.eshioji.hotvect:hotvect-core:0.0.10'
// https://jarcasting.com/artifacts/com.eshioji.hotvect/hotvect-core/
implementation ("com.eshioji.hotvect:hotvect-core:0.0.10")
'com.eshioji.hotvect:hotvect-core:jar:0.0.10'
<dependency org="com.eshioji.hotvect" name="hotvect-core" rev="0.0.10">
<artifact name="hotvect-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.eshioji.hotvect', module='hotvect-core', version='0.0.10')
)
libraryDependencies += "com.eshioji.hotvect" % "hotvect-core" % "0.0.10"
[com.eshioji.hotvect/hotvect-core "0.0.10"]