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