| License |
License |
|---|---|
| GroupId | GroupIdcom.marvelution |
| ArtifactId | ArtifactIdmarvelution-skins |
| Last Version | Last Version1 |
| Release Date | Release Date |
| Type | Typepom |
| Description |
DescriptionMarvelution Skins Parent POM
The main project model. All projects must inherit from this model.
|
| Project URL |
Project URL |
| Project Organization |
Project Organization |
| Filename | Size |
|---|---|
| marvelution-skins-1.pom | 2 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.marvelution/marvelution-skins/ -->
<dependency>
<groupId>com.marvelution</groupId>
<artifactId>marvelution-skins</artifactId>
<version>1</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.marvelution/marvelution-skins/
implementation 'com.marvelution:marvelution-skins:1'
// https://jarcasting.com/artifacts/com.marvelution/marvelution-skins/
implementation ("com.marvelution:marvelution-skins:1")
'com.marvelution:marvelution-skins:pom:1'
<dependency org="com.marvelution" name="marvelution-skins" rev="1">
<artifact name="marvelution-skins" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.marvelution', module='marvelution-skins', version='1')
)
libraryDependencies += "com.marvelution" % "marvelution-skins" % "1"
[com.marvelution/marvelution-skins "1"]