Categories |
CategoriesMaven Build Tools |
---|---|
GroupId | GroupIdcom.cedarsoft |
ArtifactId | ArtifactIdmaven |
Version | Version8.1.0 |
Type | Typejar |
Filename | Size |
---|---|
maven-8.1.0.pom | 2 KB |
maven-8.1.0-tests.jar | 1 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.cedarsoft/maven/ -->
<dependency>
<groupId>com.cedarsoft</groupId>
<artifactId>maven</artifactId>
<version>8.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.cedarsoft/maven/
implementation 'com.cedarsoft:maven:8.1.0'
// https://jarcasting.com/artifacts/com.cedarsoft/maven/
implementation ("com.cedarsoft:maven:8.1.0")
'com.cedarsoft:maven:jar:8.1.0'
<dependency org="com.cedarsoft" name="maven" rev="8.1.0">
<artifact name="maven" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.cedarsoft', module='maven', version='8.1.0')
)
libraryDependencies += "com.cedarsoft" % "maven" % "8.1.0"
[com.cedarsoft/maven "8.1.0"]