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