License |
License |
---|---|
Categories |
CategoriesMaven Build Tools |
GroupId | GroupIdorg.bitbucket.intenscom |
ArtifactId | ArtifactIdmaven |
Last Version | Last Version8.0.0 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionmaven
Maven module
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
maven-8.0.0.pom | |
maven-8.0.0.jar | 547 bytes |
maven-8.0.0-sources.jar | 531 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/org.bitbucket.intenscom/maven/ -->
<dependency>
<groupId>org.bitbucket.intenscom</groupId>
<artifactId>maven</artifactId>
<version>8.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.bitbucket.intenscom/maven/
implementation 'org.bitbucket.intenscom:maven:8.0.0'
// https://jarcasting.com/artifacts/org.bitbucket.intenscom/maven/
implementation ("org.bitbucket.intenscom:maven:8.0.0")
'org.bitbucket.intenscom:maven:jar:8.0.0'
<dependency org="org.bitbucket.intenscom" name="maven" rev="8.0.0">
<artifact name="maven" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.bitbucket.intenscom', module='maven', version='8.0.0')
)
libraryDependencies += "org.bitbucket.intenscom" % "maven" % "8.0.0"
[org.bitbucket.intenscom/maven "8.0.0"]