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