| GroupId | GroupIdeu.clarin.weblicht |
|---|---|
| ArtifactId | ArtifactIdwlfxb |
| Version | Version1.3.0 |
| Type | Typejar |
| Filename | Size |
|---|---|
| wlfxb-1.3.0.pom | |
| wlfxb-1.3.0.jar | 251 KB |
| wlfxb-1.3.0-test-sources.jar | 384 KB |
| wlfxb-1.3.0-sources.jar | 246 KB |
| wlfxb-1.3.0-javadoc.jar | 1 MB |
| Browse |
<!-- https://jarcasting.com/artifacts/eu.clarin.weblicht/wlfxb/ -->
<dependency>
<groupId>eu.clarin.weblicht</groupId>
<artifactId>wlfxb</artifactId>
<version>1.3.0</version>
</dependency>
// https://jarcasting.com/artifacts/eu.clarin.weblicht/wlfxb/
implementation 'eu.clarin.weblicht:wlfxb:1.3.0'
// https://jarcasting.com/artifacts/eu.clarin.weblicht/wlfxb/
implementation ("eu.clarin.weblicht:wlfxb:1.3.0")
'eu.clarin.weblicht:wlfxb:jar:1.3.0'
<dependency org="eu.clarin.weblicht" name="wlfxb" rev="1.3.0">
<artifact name="wlfxb" type="jar" />
</dependency>
@Grapes(
@Grab(group='eu.clarin.weblicht', module='wlfxb', version='1.3.0')
)
libraryDependencies += "eu.clarin.weblicht" % "wlfxb" % "1.3.0"
[eu.clarin.weblicht/wlfxb "1.3.0"]