License |
License |
---|---|
GroupId | GroupIdcom.github.ruediste |
ArtifactId | ArtifactIdossparent |
Last Version | Last Version1.3 |
Release Date | Release Date |
Type | Typepom |
Description |
DescriptionOSS Parent
Parent maven project for OSS projects
|
Project URL |
Project URL |
Filename | Size |
---|---|
ossparent-1.3.pom | 3 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.ruediste/ossparent/ -->
<dependency>
<groupId>com.github.ruediste</groupId>
<artifactId>ossparent</artifactId>
<version>1.3</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.ruediste/ossparent/
implementation 'com.github.ruediste:ossparent:1.3'
// https://jarcasting.com/artifacts/com.github.ruediste/ossparent/
implementation ("com.github.ruediste:ossparent:1.3")
'com.github.ruediste:ossparent:pom:1.3'
<dependency org="com.github.ruediste" name="ossparent" rev="1.3">
<artifact name="ossparent" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.github.ruediste', module='ossparent', version='1.3')
)
libraryDependencies += "com.github.ruediste" % "ossparent" % "1.3"
[com.github.ruediste/ossparent "1.3"]