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