Categories |
CategoriesIDE Development Tools |
---|---|
GroupId | GroupIdorg.hesperides |
ArtifactId | ArtifactIdpresentation |
Version | Version4.0.4 |
Type | Typejar |
Filename | Size |
---|---|
presentation-4.0.4.pom | |
presentation-4.0.4.jar | 90 KB |
presentation-4.0.4-sources.jar | 48 KB |
presentation-4.0.4-javadoc.jar | 287 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.hesperides/presentation/ -->
<dependency>
<groupId>org.hesperides</groupId>
<artifactId>presentation</artifactId>
<version>4.0.4</version>
</dependency>
// https://jarcasting.com/artifacts/org.hesperides/presentation/
implementation 'org.hesperides:presentation:4.0.4'
// https://jarcasting.com/artifacts/org.hesperides/presentation/
implementation ("org.hesperides:presentation:4.0.4")
'org.hesperides:presentation:jar:4.0.4'
<dependency org="org.hesperides" name="presentation" rev="4.0.4">
<artifact name="presentation" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.hesperides', module='presentation', version='4.0.4')
)
libraryDependencies += "org.hesperides" % "presentation" % "4.0.4"
[org.hesperides/presentation "4.0.4"]