| Categories |
CategoriesUnity Business Logic Libraries Game Development |
|---|---|
| GroupId | GroupIdcom.github.imas-alex |
| ArtifactId | ArtifactIdCommunity |
| Version | Version0.0.1 |
| Type | Typejar |
| Filename | Size |
|---|---|
| Community-0.0.1.pom | |
| Community-0.0.1.jar | 485 KB |
| Community-0.0.1-sources.jar | 443 KB |
| Community-0.0.1-javadoc.jar | 287 KB |
| Community-0.0.1-jar-with-dependencies.jar | 1 MB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.github.imas-alex/Community/ -->
<dependency>
<groupId>com.github.imas-alex</groupId>
<artifactId>Community</artifactId>
<version>0.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.imas-alex/Community/
implementation 'com.github.imas-alex:Community:0.0.1'
// https://jarcasting.com/artifacts/com.github.imas-alex/Community/
implementation ("com.github.imas-alex:Community:0.0.1")
'com.github.imas-alex:Community:jar:0.0.1'
<dependency org="com.github.imas-alex" name="Community" rev="0.0.1">
<artifact name="Community" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.imas-alex', module='Community', version='0.0.1')
)
libraryDependencies += "com.github.imas-alex" % "Community" % "0.0.1"
[com.github.imas-alex/Community "0.0.1"]