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