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