License |
License |
---|---|
GroupId | GroupIdcom.akijoey |
ArtifactId | ArtifactIdoss-parent |
Version | Version0.0.2 |
Type | Typepom |
Description |
Descriptionoss-parent
Parent pom for public maven projects.
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
oss-parent-0.0.2.pom | 3 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.akijoey/oss-parent/ -->
<dependency>
<groupId>com.akijoey</groupId>
<artifactId>oss-parent</artifactId>
<version>0.0.2</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.akijoey/oss-parent/
implementation 'com.akijoey:oss-parent:0.0.2'
// https://jarcasting.com/artifacts/com.akijoey/oss-parent/
implementation ("com.akijoey:oss-parent:0.0.2")
'com.akijoey:oss-parent:pom:0.0.2'
<dependency org="com.akijoey" name="oss-parent" rev="0.0.2">
<artifact name="oss-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.akijoey', module='oss-parent', version='0.0.2')
)
libraryDependencies += "com.akijoey" % "oss-parent" % "0.0.2"
[com.akijoey/oss-parent "0.0.2"]