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