| License |
License |
|---|---|
| GroupId | GroupIdcom.github.ollgei |
| ArtifactId | ArtifactIdparent |
| Last Version | Last Version1.0.0.RC1 |
| Release Date | Release Date |
| Type | Typepom |
| Description |
Descriptionollgei-parent
parent
|
| Filename | Size |
|---|---|
| parent-1.0.0.RC1.pom | 10 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.github.ollgei/parent/ -->
<dependency>
<groupId>com.github.ollgei</groupId>
<artifactId>parent</artifactId>
<version>1.0.0.RC1</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.ollgei/parent/
implementation 'com.github.ollgei:parent:1.0.0.RC1'
// https://jarcasting.com/artifacts/com.github.ollgei/parent/
implementation ("com.github.ollgei:parent:1.0.0.RC1")
'com.github.ollgei:parent:pom:1.0.0.RC1'
<dependency org="com.github.ollgei" name="parent" rev="1.0.0.RC1">
<artifact name="parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.github.ollgei', module='parent', version='1.0.0.RC1')
)
libraryDependencies += "com.github.ollgei" % "parent" % "1.0.0.RC1"
[com.github.ollgei/parent "1.0.0.RC1"]