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