License |
License |
---|---|
Categories |
CategoriesMaven Build Tools |
GroupId | GroupIdcom.marvelution.maven |
ArtifactId | ArtifactIdmaven-site |
Last Version | Last Version1.1 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionMaven
Marvelution.com main Maven site
|
Project Organization |
Project Organization |
Filename | Size |
---|---|
maven-site-1.1.pom | 3 KB |
maven-site-1.1-tests.jar | 2 KB |
maven-site-1.1-site.xml | 642 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/com.marvelution.maven/maven-site/ -->
<dependency>
<groupId>com.marvelution.maven</groupId>
<artifactId>maven-site</artifactId>
<version>1.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.marvelution.maven/maven-site/
implementation 'com.marvelution.maven:maven-site:1.1'
// https://jarcasting.com/artifacts/com.marvelution.maven/maven-site/
implementation ("com.marvelution.maven:maven-site:1.1")
'com.marvelution.maven:maven-site:jar:1.1'
<dependency org="com.marvelution.maven" name="maven-site" rev="1.1">
<artifact name="maven-site" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.marvelution.maven', module='maven-site', version='1.1')
)
libraryDependencies += "com.marvelution.maven" % "maven-site" % "1.1"
[com.marvelution.maven/maven-site "1.1"]