License |
License
GPLv3 with Classpath Exception
|
---|---|
Categories |
CategoriesMaven Build Tools |
GroupId | GroupIdcom.cedarsoft |
ArtifactId | ArtifactIdmaven |
Last Version | Last Version8.9.0 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionMaven related projects
cedarsoft Open Source projects
|
Project Organization |
Project Organization |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
maven-8.9.0.pom | 2 KB |
maven-8.9.0-tests.jar | 1 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.cedarsoft/maven/ -->
<dependency>
<groupId>com.cedarsoft</groupId>
<artifactId>maven</artifactId>
<version>8.9.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.cedarsoft/maven/
implementation 'com.cedarsoft:maven:8.9.0'
// https://jarcasting.com/artifacts/com.cedarsoft/maven/
implementation ("com.cedarsoft:maven:8.9.0")
'com.cedarsoft:maven:jar:8.9.0'
<dependency org="com.cedarsoft" name="maven" rev="8.9.0">
<artifact name="maven" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.cedarsoft', module='maven', version='8.9.0')
)
libraryDependencies += "com.cedarsoft" % "maven" % "8.9.0"
[com.cedarsoft/maven "8.9.0"]