| Categories |
CategoriesUnity Business Logic Libraries Game Development |
|---|---|
| GroupId | GroupIdorg.sonatype.community |
| ArtifactId | ArtifactIdcommunity-parent |
| Last Version | Last Version1 |
| Release Date | Release Date |
| Type | Typepom |
| Description |
DescriptionSonatype Community Parent
|
| Filename | Size |
|---|---|
| community-parent-1.pom | 1 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/org.sonatype.community/community-parent/ -->
<dependency>
<groupId>org.sonatype.community</groupId>
<artifactId>community-parent</artifactId>
<version>1</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.sonatype.community/community-parent/
implementation 'org.sonatype.community:community-parent:1'
// https://jarcasting.com/artifacts/org.sonatype.community/community-parent/
implementation ("org.sonatype.community:community-parent:1")
'org.sonatype.community:community-parent:pom:1'
<dependency org="org.sonatype.community" name="community-parent" rev="1">
<artifact name="community-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.sonatype.community', module='community-parent', version='1')
)
libraryDependencies += "org.sonatype.community" % "community-parent" % "1"
[org.sonatype.community/community-parent "1"]