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