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