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