Categories |
CategoriesUnity Business Logic Libraries Game Development |
---|---|
GroupId | GroupIdcom.github.xujiaji.mk |
ArtifactId | ArtifactIdcommunity-front |
Version | Version1.0.0-beta3 |
Type | Typejar |
Filename | Size |
---|---|
community-front-1.0.0-beta3.pom | |
community-front-1.0.0-beta3.jar | 32 KB |
community-front-1.0.0-beta3-sources.jar | 16 KB |
community-front-1.0.0-beta3-javadoc.jar | 128 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.xujiaji.mk/community-front/ -->
<dependency>
<groupId>com.github.xujiaji.mk</groupId>
<artifactId>community-front</artifactId>
<version>1.0.0-beta3</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.xujiaji.mk/community-front/
implementation 'com.github.xujiaji.mk:community-front:1.0.0-beta3'
// https://jarcasting.com/artifacts/com.github.xujiaji.mk/community-front/
implementation ("com.github.xujiaji.mk:community-front:1.0.0-beta3")
'com.github.xujiaji.mk:community-front:jar:1.0.0-beta3'
<dependency org="com.github.xujiaji.mk" name="community-front" rev="1.0.0-beta3">
<artifact name="community-front" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.xujiaji.mk', module='community-front', version='1.0.0-beta3')
)
libraryDependencies += "com.github.xujiaji.mk" % "community-front" % "1.0.0-beta3"
[com.github.xujiaji.mk/community-front "1.0.0-beta3"]