| GroupId | GroupIdcom.elevenware.felson |
|---|---|
| ArtifactId | ArtifactIdfelson-examples |
| Version | Version0.0.1 |
| Type | Typepom |
| Filename | Size |
|---|---|
| felson-examples-0.0.1.pom | |
| felson-examples-0.0.1.jar | 1 KB |
| felson-examples-0.0.1-sources.jar | 261 bytes |
| felson-examples-0.0.1-javadoc.jar | 261 bytes |
| Browse |
<!-- https://jarcasting.com/artifacts/com.elevenware.felson/felson-examples/ -->
<dependency>
<groupId>com.elevenware.felson</groupId>
<artifactId>felson-examples</artifactId>
<version>0.0.1</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.elevenware.felson/felson-examples/
implementation 'com.elevenware.felson:felson-examples:0.0.1'
// https://jarcasting.com/artifacts/com.elevenware.felson/felson-examples/
implementation ("com.elevenware.felson:felson-examples:0.0.1")
'com.elevenware.felson:felson-examples:pom:0.0.1'
<dependency org="com.elevenware.felson" name="felson-examples" rev="0.0.1">
<artifact name="felson-examples" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.elevenware.felson', module='felson-examples', version='0.0.1')
)
libraryDependencies += "com.elevenware.felson" % "felson-examples" % "0.0.1"
[com.elevenware.felson/felson-examples "0.0.1"]