GroupId | GroupIdcom.turn |
---|---|
ArtifactId | ArtifactIdshapeshifter |
Version | Version1.0.0 |
Type | Typejar |
Filename | Size |
---|---|
shapeshifter-1.0.0.pom | |
shapeshifter-1.0.0.jar | 74 KB |
shapeshifter-1.0.0-sources.jar | 45 KB |
shapeshifter-1.0.0-javadoc.jar | 171 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.turn/shapeshifter/ -->
<dependency>
<groupId>com.turn</groupId>
<artifactId>shapeshifter</artifactId>
<version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.turn/shapeshifter/
implementation 'com.turn:shapeshifter:1.0.0'
// https://jarcasting.com/artifacts/com.turn/shapeshifter/
implementation ("com.turn:shapeshifter:1.0.0")
'com.turn:shapeshifter:jar:1.0.0'
<dependency org="com.turn" name="shapeshifter" rev="1.0.0">
<artifact name="shapeshifter" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.turn', module='shapeshifter', version='1.0.0')
)
libraryDependencies += "com.turn" % "shapeshifter" % "1.0.0"
[com.turn/shapeshifter "1.0.0"]