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