License |
License |
---|---|
GroupId | GroupIdcom.akijoey |
ArtifactId | ArtifactIdoss-parent |
Last Version | Last Version1.2.1 |
Release Date | Release Date |
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-1.2.1.pom | 3 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.akijoey/oss-parent/ -->
<dependency>
<groupId>com.akijoey</groupId>
<artifactId>oss-parent</artifactId>
<version>1.2.1</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.akijoey/oss-parent/
implementation 'com.akijoey:oss-parent:1.2.1'
// https://jarcasting.com/artifacts/com.akijoey/oss-parent/
implementation ("com.akijoey:oss-parent:1.2.1")
'com.akijoey:oss-parent:pom:1.2.1'
<dependency org="com.akijoey" name="oss-parent" rev="1.2.1">
<artifact name="oss-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.akijoey', module='oss-parent', version='1.2.1')
)
libraryDependencies += "com.akijoey" % "oss-parent" % "1.2.1"
[com.akijoey/oss-parent "1.2.1"]