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