GroupId | GroupIdcom.marvelution |
---|---|
ArtifactId | ArtifactIdmarvelution |
Version | Version4 |
Type | Typejar |
Filename | Size |
---|---|
marvelution-4.pom | 18 KB |
marvelution-4-tests.jar | 4 KB |
marvelution-4-site.xml | 3 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.marvelution/marvelution/ -->
<dependency>
<groupId>com.marvelution</groupId>
<artifactId>marvelution</artifactId>
<version>4</version>
</dependency>
// https://jarcasting.com/artifacts/com.marvelution/marvelution/
implementation 'com.marvelution:marvelution:4'
// https://jarcasting.com/artifacts/com.marvelution/marvelution/
implementation ("com.marvelution:marvelution:4")
'com.marvelution:marvelution:jar:4'
<dependency org="com.marvelution" name="marvelution" rev="4">
<artifact name="marvelution" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.marvelution', module='marvelution', version='4')
)
libraryDependencies += "com.marvelution" % "marvelution" % "4"
[com.marvelution/marvelution "4"]