GroupId | GroupIdcom.marvelution.skins |
---|---|
ArtifactId | ArtifactIdmarvelution-skin |
Version | Version1.4 |
Type | Typejar |
Filename | Size |
---|---|
marvelution-skin-1.4.pom | |
marvelution-skin-1.4.jar | 96 KB |
marvelution-skin-1.4-tests.jar | 6 KB |
marvelution-skin-1.4-sources.jar | 94 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.marvelution.skins/marvelution-skin/ -->
<dependency>
<groupId>com.marvelution.skins</groupId>
<artifactId>marvelution-skin</artifactId>
<version>1.4</version>
</dependency>
// https://jarcasting.com/artifacts/com.marvelution.skins/marvelution-skin/
implementation 'com.marvelution.skins:marvelution-skin:1.4'
// https://jarcasting.com/artifacts/com.marvelution.skins/marvelution-skin/
implementation ("com.marvelution.skins:marvelution-skin:1.4")
'com.marvelution.skins:marvelution-skin:jar:1.4'
<dependency org="com.marvelution.skins" name="marvelution-skin" rev="1.4">
<artifact name="marvelution-skin" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.marvelution.skins', module='marvelution-skin', version='1.4')
)
libraryDependencies += "com.marvelution.skins" % "marvelution-skin" % "1.4"
[com.marvelution.skins/marvelution-skin "1.4"]