Last Version

Test POM 0.0.1

Basic POM to test builds

License

License

Categories

Categories

Maven Build Tools
GroupId

GroupId

com.graffend.maven
ArtifactId

ArtifactId

testpom
Version

Version

0.0.1
Type

Type

pom
Description

Description

Test POM
Basic POM to test builds
Project URL

Project URL

https://github.com/graffend/testpom
Project Organization

Project Organization

Graffend Corporation
Source Code Management

Source Code Management

https://github.com/graffend/testpom

Download testpom 0.0.1

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"]

Dependencies

There are no dependencies for this project. It is a standalone project that does not depend on any other jars.

Project Modules

There are no modules declared in this project.