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