License |
License |
---|---|
GroupId | GroupIdcom.marvelution |
ArtifactId | ArtifactIdmarvelution |
Last Version | Last Version23 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionMarvelution
The main project model. All projects must inherit from this model.
|
Project URL |
Project URL |
Project Organization |
Project Organization |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
marvelution-23.pom | 24 KB |
marvelution-23-tests.jar | 5 KB |
marvelution-23-site.xml | 1 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.marvelution/marvelution/ -->
<dependency>
<groupId>com.marvelution</groupId>
<artifactId>marvelution</artifactId>
<version>23</version>
</dependency>
// https://jarcasting.com/artifacts/com.marvelution/marvelution/
implementation 'com.marvelution:marvelution:23'
// https://jarcasting.com/artifacts/com.marvelution/marvelution/
implementation ("com.marvelution:marvelution:23")
'com.marvelution:marvelution:jar:23'
<dependency org="com.marvelution" name="marvelution" rev="23">
<artifact name="marvelution" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.marvelution', module='marvelution', version='23')
)
libraryDependencies += "com.marvelution" % "marvelution" % "23"
[com.marvelution/marvelution "23"]