| Categories |
CategoriesUnity Business Logic Libraries Game Development |
|---|---|
| GroupId | GroupIdcom.github.cloudfoundry-community |
| ArtifactId | ArtifactIdsnotel |
| Version | Version0.1 |
| Type | Typejar |
| Filename | Size |
|---|---|
| snotel-0.1.pom | |
| snotel-0.1.jar | 51 KB |
| snotel-0.1-sources.jar | 22 KB |
| snotel-0.1-javadoc.jar | 41 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.github.cloudfoundry-community/snotel/ -->
<dependency>
<groupId>com.github.cloudfoundry-community</groupId>
<artifactId>snotel</artifactId>
<version>0.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.cloudfoundry-community/snotel/
implementation 'com.github.cloudfoundry-community:snotel:0.1'
// https://jarcasting.com/artifacts/com.github.cloudfoundry-community/snotel/
implementation ("com.github.cloudfoundry-community:snotel:0.1")
'com.github.cloudfoundry-community:snotel:jar:0.1'
<dependency org="com.github.cloudfoundry-community" name="snotel" rev="0.1">
<artifact name="snotel" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.cloudfoundry-community', module='snotel', version='0.1')
)
libraryDependencies += "com.github.cloudfoundry-community" % "snotel" % "0.1"
[com.github.cloudfoundry-community/snotel "0.1"]