| License |
License |
|---|---|
| GroupId | GroupIdcom.uulookingfor |
| ArtifactId | ArtifactIdoss-parent |
| Last Version | Last Version1.0.0 |
| Release Date | Release Date |
| Type | Typepom |
| Description |
DescriptionOSSParent
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 |
| Source Code Management |
Source Code Management |
| 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"]