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