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