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