Last Version

OSSParent 1.0.0

This is the common settings for maven projects to publish to Maven Central Repository, artifacts extend from this one can publish to the repo without any setting.

License

License

GroupId

GroupId

com.uulookingfor
ArtifactId

ArtifactId

oss-parent
Version

Version

1.0.0
Type

Type

pom
Description

Description

OSSParent
This is the common settings for maven projects to publish to Maven Central Repository, artifacts extend from this one can publish to the repo without any setting.
Project URL

Project URL

https://github.com/uulookingfor/oss-parent.git
Source Code Management

Source Code Management

https://github.com/uulookingfor/oss-parent.git

Download oss-parent 1.0.0

Filename Size
oss-parent-1.0.0.pom 4 KB
Browse

<!-- https://jarcasting.com/artifacts/com.uulookingfor/oss-parent/ -->
<dependency>
    <groupId>com.uulookingfor</groupId>
    <artifactId>oss-parent</artifactId>
    <version>1.0.0</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.uulookingfor/oss-parent/
implementation 'com.uulookingfor:oss-parent:1.0.0'
// https://jarcasting.com/artifacts/com.uulookingfor/oss-parent/
implementation ("com.uulookingfor:oss-parent:1.0.0")
'com.uulookingfor:oss-parent:pom:1.0.0'
<dependency org="com.uulookingfor" name="oss-parent" rev="1.0.0">
  <artifact name="oss-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.uulookingfor', module='oss-parent', version='1.0.0')
)
libraryDependencies += "com.uulookingfor" % "oss-parent" % "1.0.0"
[com.uulookingfor/oss-parent "1.0.0"]

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.