GroupId | GroupIdcom.github.ignaciotcrespo |
---|---|
ArtifactId | ArtifactIdfrutilla |
Version | Version0.6.0 |
Type | Typejar |
Filename | Size |
---|---|
frutilla-0.6.0.pom | |
frutilla-0.6.0.jar | 12 KB |
frutilla-0.6.0-sources.jar | 5 KB |
frutilla-0.6.0-javadoc.jar | 49 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.ignaciotcrespo/frutilla/ -->
<dependency>
<groupId>com.github.ignaciotcrespo</groupId>
<artifactId>frutilla</artifactId>
<version>0.6.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.ignaciotcrespo/frutilla/
implementation 'com.github.ignaciotcrespo:frutilla:0.6.0'
// https://jarcasting.com/artifacts/com.github.ignaciotcrespo/frutilla/
implementation ("com.github.ignaciotcrespo:frutilla:0.6.0")
'com.github.ignaciotcrespo:frutilla:jar:0.6.0'
<dependency org="com.github.ignaciotcrespo" name="frutilla" rev="0.6.0">
<artifact name="frutilla" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.ignaciotcrespo', module='frutilla', version='0.6.0')
)
libraryDependencies += "com.github.ignaciotcrespo" % "frutilla" % "0.6.0"
[com.github.ignaciotcrespo/frutilla "0.6.0"]