Last Version

OSSParent 1.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

Categories

Categories

Java 8 Languages
GroupId

GroupId

cn.songxinqiang
ArtifactId

ArtifactId

oss-parent-java8
Version

Version

1.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://git.oschina.net/songxinqiang/OSSParent

Download oss-parent-java8 1.0

Filename Size
oss-parent-java8-1.0.pom 1 KB
Browse

<!-- https://jarcasting.com/artifacts/cn.songxinqiang/oss-parent-java8/ -->
<dependency>
    <groupId>cn.songxinqiang</groupId>
    <artifactId>oss-parent-java8</artifactId>
    <version>1.0</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/cn.songxinqiang/oss-parent-java8/
implementation 'cn.songxinqiang:oss-parent-java8:1.0'
// https://jarcasting.com/artifacts/cn.songxinqiang/oss-parent-java8/
implementation ("cn.songxinqiang:oss-parent-java8:1.0")
'cn.songxinqiang:oss-parent-java8:pom:1.0'
<dependency org="cn.songxinqiang" name="oss-parent-java8" rev="1.0">
  <artifact name="oss-parent-java8" type="pom" />
</dependency>
@Grapes(
@Grab(group='cn.songxinqiang', module='oss-parent-java8', version='1.0')
)
libraryDependencies += "cn.songxinqiang" % "oss-parent-java8" % "1.0"
[cn.songxinqiang/oss-parent-java8 "1.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.