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