| GroupId | GroupIdde.frontsy |
|---|---|
| ArtifactId | ArtifactIdpicciotto |
| Version | Version1.0.0 |
| Type | Typejar |
| Filename | Size |
|---|---|
| picciotto-1.0.0.pom | |
| picciotto-1.0.0.jar | 88 KB |
| picciotto-1.0.0-sources.jar | 29 KB |
| picciotto-1.0.0-javadoc.jar | 638 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/de.frontsy/picciotto/ -->
<dependency>
<groupId>de.frontsy</groupId>
<artifactId>picciotto</artifactId>
<version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/de.frontsy/picciotto/
implementation 'de.frontsy:picciotto:1.0.0'
// https://jarcasting.com/artifacts/de.frontsy/picciotto/
implementation ("de.frontsy:picciotto:1.0.0")
'de.frontsy:picciotto:jar:1.0.0'
<dependency org="de.frontsy" name="picciotto" rev="1.0.0">
<artifact name="picciotto" type="jar" />
</dependency>
@Grapes(
@Grab(group='de.frontsy', module='picciotto', version='1.0.0')
)
libraryDependencies += "de.frontsy" % "picciotto" % "1.0.0"
[de.frontsy/picciotto "1.0.0"]