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