License |
License |
---|---|
GroupId | GroupIdfr.cenotelie.commons |
ArtifactId | ArtifactIdcommons-top |
Version | Version2.2.1 |
Type | Typepom |
Description |
DescriptionCénotélie Commons
Commons API for Java projects
|
Project URL |
Project URL |
Project Organization |
Project Organization |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
commons-top-2.2.1.pom | 7 KB |
Browse |
<!-- https://jarcasting.com/artifacts/fr.cenotelie.commons/commons-top/ -->
<dependency>
<groupId>fr.cenotelie.commons</groupId>
<artifactId>commons-top</artifactId>
<version>2.2.1</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/fr.cenotelie.commons/commons-top/
implementation 'fr.cenotelie.commons:commons-top:2.2.1'
// https://jarcasting.com/artifacts/fr.cenotelie.commons/commons-top/
implementation ("fr.cenotelie.commons:commons-top:2.2.1")
'fr.cenotelie.commons:commons-top:pom:2.2.1'
<dependency org="fr.cenotelie.commons" name="commons-top" rev="2.2.1">
<artifact name="commons-top" type="pom" />
</dependency>
@Grapes(
@Grab(group='fr.cenotelie.commons', module='commons-top', version='2.2.1')
)
libraryDependencies += "fr.cenotelie.commons" % "commons-top" % "2.2.1"
[fr.cenotelie.commons/commons-top "2.2.1"]