Categories |
CategoriesNet |
---|---|
GroupId | GroupIdnet.sf.staccatocommons |
ArtifactId | ArtifactIdcommons-numbers |
Version | Version1.2-beta-3 |
Type | Typejar |
Filename | Size |
---|---|
commons-numbers-1.2-beta-3.pom | |
commons-numbers-1.2-beta-3.jar | 17 KB |
commons-numbers-1.2-beta-3-sources.jar | 9 KB |
commons-numbers-1.2-beta-3-site.xml | 516 bytes |
commons-numbers-1.2-beta-3-javadoc.jar | 76 KB |
Browse |
<!-- https://jarcasting.com/artifacts/net.sf.staccatocommons/commons-numbers/ -->
<dependency>
<groupId>net.sf.staccatocommons</groupId>
<artifactId>commons-numbers</artifactId>
<version>1.2-beta-3</version>
</dependency>
// https://jarcasting.com/artifacts/net.sf.staccatocommons/commons-numbers/
implementation 'net.sf.staccatocommons:commons-numbers:1.2-beta-3'
// https://jarcasting.com/artifacts/net.sf.staccatocommons/commons-numbers/
implementation ("net.sf.staccatocommons:commons-numbers:1.2-beta-3")
'net.sf.staccatocommons:commons-numbers:jar:1.2-beta-3'
<dependency org="net.sf.staccatocommons" name="commons-numbers" rev="1.2-beta-3">
<artifact name="commons-numbers" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.sf.staccatocommons', module='commons-numbers', version='1.2-beta-3')
)
libraryDependencies += "net.sf.staccatocommons" % "commons-numbers" % "1.2-beta-3"
[net.sf.staccatocommons/commons-numbers "1.2-beta-3"]