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