| Categories |
CategoriesNet |
|---|---|
| GroupId | GroupIdnet.sf.jazzy |
| ArtifactId | ArtifactIdjazzy |
| Version | Version0.5.2-rtext-1.4.1 |
| Type | Typejar |
| Filename | Size |
|---|---|
| jazzy-0.5.2-rtext-1.4.1.pom | |
| jazzy-0.5.2-rtext-1.4.1.jar | 61 KB |
| jazzy-0.5.2-rtext-1.4.1-sources.jar | 71 KB |
| jazzy-0.5.2-rtext-1.4.1-javadoc.jar | 197 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/net.sf.jazzy/jazzy/ -->
<dependency>
<groupId>net.sf.jazzy</groupId>
<artifactId>jazzy</artifactId>
<version>0.5.2-rtext-1.4.1</version>
</dependency>
// https://jarcasting.com/artifacts/net.sf.jazzy/jazzy/
implementation 'net.sf.jazzy:jazzy:0.5.2-rtext-1.4.1'
// https://jarcasting.com/artifacts/net.sf.jazzy/jazzy/
implementation ("net.sf.jazzy:jazzy:0.5.2-rtext-1.4.1")
'net.sf.jazzy:jazzy:jar:0.5.2-rtext-1.4.1'
<dependency org="net.sf.jazzy" name="jazzy" rev="0.5.2-rtext-1.4.1">
<artifact name="jazzy" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.sf.jazzy', module='jazzy', version='0.5.2-rtext-1.4.1')
)
libraryDependencies += "net.sf.jazzy" % "jazzy" % "0.5.2-rtext-1.4.1"
[net.sf.jazzy/jazzy "0.5.2-rtext-1.4.1"]