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