Categories |
CategoriesNet |
---|---|
GroupId | GroupIdnet.sf.flatpack |
ArtifactId | ArtifactIdflatpack-examples |
Version | Version3.1.1 |
Type | Typejar |
Filename | Size |
---|---|
flatpack-examples-3.1.1.pom | |
flatpack-examples-3.1.1.jar | 787 KB |
Browse |
<!-- https://jarcasting.com/artifacts/net.sf.flatpack/flatpack-examples/ -->
<dependency>
<groupId>net.sf.flatpack</groupId>
<artifactId>flatpack-examples</artifactId>
<version>3.1.1</version>
</dependency>
// https://jarcasting.com/artifacts/net.sf.flatpack/flatpack-examples/
implementation 'net.sf.flatpack:flatpack-examples:3.1.1'
// https://jarcasting.com/artifacts/net.sf.flatpack/flatpack-examples/
implementation ("net.sf.flatpack:flatpack-examples:3.1.1")
'net.sf.flatpack:flatpack-examples:jar:3.1.1'
<dependency org="net.sf.flatpack" name="flatpack-examples" rev="3.1.1">
<artifact name="flatpack-examples" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.sf.flatpack', module='flatpack-examples', version='3.1.1')
)
libraryDependencies += "net.sf.flatpack" % "flatpack-examples" % "3.1.1"
[net.sf.flatpack/flatpack-examples "3.1.1"]