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