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