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