| License |
License |
|---|---|
| GroupId | GroupIdcom.m-creations |
| ArtifactId | ArtifactIdmc-oss-parent |
| Last Version | Last Version1.1.15 |
| Release Date | Release Date |
| Type | Typepom |
| Description |
DescriptionParent POM for m-creations OSS projects
The base POM for m-creations' open source Java projects
|
| Project URL |
Project URL |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| mc-oss-parent-1.1.15.pom | 17 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.m-creations/mc-oss-parent/ -->
<dependency>
<groupId>com.m-creations</groupId>
<artifactId>mc-oss-parent</artifactId>
<version>1.1.15</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.m-creations/mc-oss-parent/
implementation 'com.m-creations:mc-oss-parent:1.1.15'
// https://jarcasting.com/artifacts/com.m-creations/mc-oss-parent/
implementation ("com.m-creations:mc-oss-parent:1.1.15")
'com.m-creations:mc-oss-parent:pom:1.1.15'
<dependency org="com.m-creations" name="mc-oss-parent" rev="1.1.15">
<artifact name="mc-oss-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.m-creations', module='mc-oss-parent', version='1.1.15')
)
libraryDependencies += "com.m-creations" % "mc-oss-parent" % "1.1.15"
[com.m-creations/mc-oss-parent "1.1.15"]