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