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