License |
License |
---|---|
Categories |
CategoriesMaven Build Tools |
GroupId | GroupIdcom.graffend.maven |
ArtifactId | ArtifactIdtestpom |
Last Version | Last Version0.0.1 |
Release Date | Release Date |
Type | Typepom |
Description |
DescriptionTest POM
Basic POM to test builds
|
Project URL |
Project URL |
Project Organization |
Project Organization |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
testpom-0.0.1.pom | 1 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.graffend.maven/testpom/ -->
<dependency>
<groupId>com.graffend.maven</groupId>
<artifactId>testpom</artifactId>
<version>0.0.1</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.graffend.maven/testpom/
implementation 'com.graffend.maven:testpom:0.0.1'
// https://jarcasting.com/artifacts/com.graffend.maven/testpom/
implementation ("com.graffend.maven:testpom:0.0.1")
'com.graffend.maven:testpom:pom:0.0.1'
<dependency org="com.graffend.maven" name="testpom" rev="0.0.1">
<artifact name="testpom" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.graffend.maven', module='testpom', version='0.0.1')
)
libraryDependencies += "com.graffend.maven" % "testpom" % "0.0.1"
[com.graffend.maven/testpom "0.0.1"]