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