m

marvelution

The main project model. All projects must inherit from this model.
http://www.marvelution.com
The Apache Software License, Version 2.0
Marvelution.com
Mark Rekveld
Files download
File Operation
marvelution-19.pom download
Apache Maven
<dependency>
  <groupId>com.marvelution</groupId>
  <artifactId>marvelution</artifactId>
  <version>19</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'com.marvelution:marvelution:19'
Gradle Kotlin
implementation("com.marvelution:marvelution:19")
Scala SBT
libraryDependencies += "com.marvelution" % "marvelution" % "19"
Groovy Grape
@Grapes(
  @Grab(group='com.marvelution', module='marvelution', version='19')
)
Apache Ivy
<dependency org="com.marvelution" name="marvelution" rev="19" />
Leiningen
[com.marvelution/marvelution "19"]
Apache Buildr
'com.marvelution:marvelution:jar:19'
Dependencies
The project has no third-party dependencies