Categories |
CategoriesNet |
---|---|
GroupId | GroupIdnet.sf.staccatocommons |
ArtifactId | ArtifactIdstaccatissimo-lang |
Version | Version2.2 |
Type | Typejar |
Filename | Size |
---|---|
staccatissimo-lang-2.2.pom | |
staccatissimo-lang-2.2.jar | 161 KB |
staccatissimo-lang-2.2-sources.jar | 88 KB |
staccatissimo-lang-2.2-site.xml | 449 bytes |
staccatissimo-lang-2.2-javadoc.jar | 544 KB |
Browse |
<!-- https://jarcasting.com/artifacts/net.sf.staccatocommons/staccatissimo-lang/ -->
<dependency>
<groupId>net.sf.staccatocommons</groupId>
<artifactId>staccatissimo-lang</artifactId>
<version>2.2</version>
</dependency>
// https://jarcasting.com/artifacts/net.sf.staccatocommons/staccatissimo-lang/
implementation 'net.sf.staccatocommons:staccatissimo-lang:2.2'
// https://jarcasting.com/artifacts/net.sf.staccatocommons/staccatissimo-lang/
implementation ("net.sf.staccatocommons:staccatissimo-lang:2.2")
'net.sf.staccatocommons:staccatissimo-lang:jar:2.2'
<dependency org="net.sf.staccatocommons" name="staccatissimo-lang" rev="2.2">
<artifact name="staccatissimo-lang" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.sf.staccatocommons', module='staccatissimo-lang', version='2.2')
)
libraryDependencies += "net.sf.staccatocommons" % "staccatissimo-lang" % "2.2"
[net.sf.staccatocommons/staccatissimo-lang "2.2"]