GroupId | GroupIdcom.ghosthack |
---|---|
ArtifactId | ArtifactIdturismo |
Version | Version0.1.0 |
Type | Typejar |
Filename | Size |
---|---|
turismo-0.1.0.pom | |
turismo-0.1.0.jar | 22 KB |
turismo-0.1.0-sources.jar | 11 KB |
turismo-0.1.0-javadoc.jar | 149 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.ghosthack/turismo/ -->
<dependency>
<groupId>com.ghosthack</groupId>
<artifactId>turismo</artifactId>
<version>0.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.ghosthack/turismo/
implementation 'com.ghosthack:turismo:0.1.0'
// https://jarcasting.com/artifacts/com.ghosthack/turismo/
implementation ("com.ghosthack:turismo:0.1.0")
'com.ghosthack:turismo:jar:0.1.0'
<dependency org="com.ghosthack" name="turismo" rev="0.1.0">
<artifact name="turismo" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.ghosthack', module='turismo', version='0.1.0')
)
libraryDependencies += "com.ghosthack" % "turismo" % "0.1.0"
[com.ghosthack/turismo "0.1.0"]