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