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