Categories |
CategoriesUnity Business Logic Libraries Game Development |
---|---|
GroupId | GroupIdio.github.atlascommunity |
ArtifactId | ArtifactIdparent |
Version | Version2.1.1 |
Type | Typepom |
Filename | Size |
---|---|
parent-2.1.1.pom | 31 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.github.atlascommunity/parent/ -->
<dependency>
<groupId>io.github.atlascommunity</groupId>
<artifactId>parent</artifactId>
<version>2.1.1</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/io.github.atlascommunity/parent/
implementation 'io.github.atlascommunity:parent:2.1.1'
// https://jarcasting.com/artifacts/io.github.atlascommunity/parent/
implementation ("io.github.atlascommunity:parent:2.1.1")
'io.github.atlascommunity:parent:pom:2.1.1'
<dependency org="io.github.atlascommunity" name="parent" rev="2.1.1">
<artifact name="parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='io.github.atlascommunity', module='parent', version='2.1.1')
)
libraryDependencies += "io.github.atlascommunity" % "parent" % "2.1.1"
[io.github.atlascommunity/parent "2.1.1"]