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