Categories |
CategoriesNet |
---|---|
GroupId | GroupIdnet.sourceforge |
ArtifactId | ArtifactIdjwbf |
Version | Version1.3.2 |
Type | Typejar |
Filename | Size |
---|---|
jwbf-1.3.2.pom | |
jwbf-1.3.2.jar | 146 KB |
jwbf-1.3.2-sources.jar | 108 KB |
jwbf-1.3.2-mediawiki.jar | 134 KB |
jwbf-1.3.2-javadoc.jar | 505 KB |
jwbf-1.3.2-core.jar | 29 KB |
Browse |
<!-- https://jarcasting.com/artifacts/net.sourceforge/jwbf/ -->
<dependency>
<groupId>net.sourceforge</groupId>
<artifactId>jwbf</artifactId>
<version>1.3.2</version>
</dependency>
// https://jarcasting.com/artifacts/net.sourceforge/jwbf/
implementation 'net.sourceforge:jwbf:1.3.2'
// https://jarcasting.com/artifacts/net.sourceforge/jwbf/
implementation ("net.sourceforge:jwbf:1.3.2")
'net.sourceforge:jwbf:jar:1.3.2'
<dependency org="net.sourceforge" name="jwbf" rev="1.3.2">
<artifact name="jwbf" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.sourceforge', module='jwbf', version='1.3.2')
)
libraryDependencies += "net.sourceforge" % "jwbf" % "1.3.2"
[net.sourceforge/jwbf "1.3.2"]