GroupId | GroupIdcom.facebook.nifty |
---|---|
ArtifactId | ArtifactIdnifty-examples |
Version | Version0.5.0 |
Type | Typejar |
Filename | Size |
---|---|
nifty-examples-0.5.0.pom | |
nifty-examples-0.5.0.jar | 48 KB |
nifty-examples-0.5.0-tests.jar | 24 KB |
nifty-examples-0.5.0-test-sources.jar | 10 KB |
nifty-examples-0.5.0-sources.jar | 12 KB |
nifty-examples-0.5.0-javadoc.jar | 131 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.facebook.nifty/nifty-examples/ -->
<dependency>
<groupId>com.facebook.nifty</groupId>
<artifactId>nifty-examples</artifactId>
<version>0.5.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.facebook.nifty/nifty-examples/
implementation 'com.facebook.nifty:nifty-examples:0.5.0'
// https://jarcasting.com/artifacts/com.facebook.nifty/nifty-examples/
implementation ("com.facebook.nifty:nifty-examples:0.5.0")
'com.facebook.nifty:nifty-examples:jar:0.5.0'
<dependency org="com.facebook.nifty" name="nifty-examples" rev="0.5.0">
<artifact name="nifty-examples" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.facebook.nifty', module='nifty-examples', version='0.5.0')
)
libraryDependencies += "com.facebook.nifty" % "nifty-examples" % "0.5.0"
[com.facebook.nifty/nifty-examples "0.5.0"]