| License |
License |
|---|---|
| GroupId | GroupIdcom.marvelution.skins |
| ArtifactId | ArtifactIdmarvelution-skin |
| Last Version | Last Version2.0 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionMarvelution Site Skin
|
| Project URL |
Project URL |
| Project Organization |
Project Organization |
| Filename | Size |
|---|---|
| marvelution-skin-2.0.pom | |
| marvelution-skin-2.0.jar | 57 KB |
| marvelution-skin-2.0-tests.jar | 6 KB |
| marvelution-skin-2.0-sources.jar | 55 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.marvelution.skins/marvelution-skin/ -->
<dependency>
<groupId>com.marvelution.skins</groupId>
<artifactId>marvelution-skin</artifactId>
<version>2.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.marvelution.skins/marvelution-skin/
implementation 'com.marvelution.skins:marvelution-skin:2.0'
// https://jarcasting.com/artifacts/com.marvelution.skins/marvelution-skin/
implementation ("com.marvelution.skins:marvelution-skin:2.0")
'com.marvelution.skins:marvelution-skin:jar:2.0'
<dependency org="com.marvelution.skins" name="marvelution-skin" rev="2.0">
<artifact name="marvelution-skin" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.marvelution.skins', module='marvelution-skin', version='2.0')
)
libraryDependencies += "com.marvelution.skins" % "marvelution-skin" % "2.0"
[com.marvelution.skins/marvelution-skin "2.0"]