GroupId | GroupIdorg.jdesktop.bsaf |
---|---|
ArtifactId | ArtifactIdbsaf |
Version | Version1.9 |
Type | Typejar |
Filename | Size |
---|---|
bsaf-1.9.pom | |
bsaf-1.9.jar | 186 KB |
bsaf-1.9-sources.jar | 134 KB |
bsaf-1.9-javadoc.jar | 307 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.jdesktop.bsaf/bsaf/ -->
<dependency>
<groupId>org.jdesktop.bsaf</groupId>
<artifactId>bsaf</artifactId>
<version>1.9</version>
</dependency>
// https://jarcasting.com/artifacts/org.jdesktop.bsaf/bsaf/
implementation 'org.jdesktop.bsaf:bsaf:1.9'
// https://jarcasting.com/artifacts/org.jdesktop.bsaf/bsaf/
implementation ("org.jdesktop.bsaf:bsaf:1.9")
'org.jdesktop.bsaf:bsaf:jar:1.9'
<dependency org="org.jdesktop.bsaf" name="bsaf" rev="1.9">
<artifact name="bsaf" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.jdesktop.bsaf', module='bsaf', version='1.9')
)
libraryDependencies += "org.jdesktop.bsaf" % "bsaf" % "1.9"
[org.jdesktop.bsaf/bsaf "1.9"]