| License |
License |
|---|---|
| Categories |
CategoriesMaven Build Tools |
| GroupId | GroupIdeu.cedarsoft.devtools |
| ArtifactId | ArtifactIdmaven |
| Last Version | Last Version1.1 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionMaven Support
Development Tools Master
|
| Project Organization |
Project Organization |
| Filename | Size |
|---|---|
| maven-1.1.pom | |
| maven-1.1.jar | 25 KB |
| maven-1.1-sources.jar | 14 KB |
| maven-1.1-javadoc.jar | 95 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/eu.cedarsoft.devtools/maven/ -->
<dependency>
<groupId>eu.cedarsoft.devtools</groupId>
<artifactId>maven</artifactId>
<version>1.1</version>
</dependency>
// https://jarcasting.com/artifacts/eu.cedarsoft.devtools/maven/
implementation 'eu.cedarsoft.devtools:maven:1.1'
// https://jarcasting.com/artifacts/eu.cedarsoft.devtools/maven/
implementation ("eu.cedarsoft.devtools:maven:1.1")
'eu.cedarsoft.devtools:maven:jar:1.1'
<dependency org="eu.cedarsoft.devtools" name="maven" rev="1.1">
<artifact name="maven" type="jar" />
</dependency>
@Grapes(
@Grab(group='eu.cedarsoft.devtools', module='maven', version='1.1')
)
libraryDependencies += "eu.cedarsoft.devtools" % "maven" % "1.1"
[eu.cedarsoft.devtools/maven "1.1"]
| Group / Artifact | Type | Version |
|---|---|---|
| eu.cedarsoft.devtools : core | jar | 1.1 |
| com.google.code.guice : guice | jar | 1.0 |
| com.intellij : annotations | jar | 6.0.3 |
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar | 4.3.1 |