Categories |
CategoriesUnity Business Logic Libraries Game Development |
---|---|
GroupId | GroupIdcom.github.xujiaji.mk |
ArtifactId | ArtifactIdmk-community |
Version | Version1.0.0-beta8 |
Type | Typepom |
Filename | Size |
---|---|
mk-community-1.0.0-beta8.pom | 927 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.xujiaji.mk/mk-community/ -->
<dependency>
<groupId>com.github.xujiaji.mk</groupId>
<artifactId>mk-community</artifactId>
<version>1.0.0-beta8</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.xujiaji.mk/mk-community/
implementation 'com.github.xujiaji.mk:mk-community:1.0.0-beta8'
// https://jarcasting.com/artifacts/com.github.xujiaji.mk/mk-community/
implementation ("com.github.xujiaji.mk:mk-community:1.0.0-beta8")
'com.github.xujiaji.mk:mk-community:pom:1.0.0-beta8'
<dependency org="com.github.xujiaji.mk" name="mk-community" rev="1.0.0-beta8">
<artifact name="mk-community" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.github.xujiaji.mk', module='mk-community', version='1.0.0-beta8')
)
libraryDependencies += "com.github.xujiaji.mk" % "mk-community" % "1.0.0-beta8"
[com.github.xujiaji.mk/mk-community "1.0.0-beta8"]