| GroupId | GroupIdfr.wseduc |
|---|---|
| ArtifactId | ArtifactIdweb-utils |
| Version | Version1.12.0 |
| Type | Typejar |
| Filename | Size |
|---|---|
| web-utils-1.12.0.pom | |
| web-utils-1.12.0.jar | 177 KB |
| web-utils-1.12.0-sources.jar | 80 KB |
| web-utils-1.12.0-mod.zip | 223 KB |
| web-utils-1.12.0-javadoc.jar | 244 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/fr.wseduc/web-utils/ -->
<dependency>
<groupId>fr.wseduc</groupId>
<artifactId>web-utils</artifactId>
<version>1.12.0</version>
</dependency>
// https://jarcasting.com/artifacts/fr.wseduc/web-utils/
implementation 'fr.wseduc:web-utils:1.12.0'
// https://jarcasting.com/artifacts/fr.wseduc/web-utils/
implementation ("fr.wseduc:web-utils:1.12.0")
'fr.wseduc:web-utils:jar:1.12.0'
<dependency org="fr.wseduc" name="web-utils" rev="1.12.0">
<artifact name="web-utils" type="jar" />
</dependency>
@Grapes(
@Grab(group='fr.wseduc', module='web-utils', version='1.12.0')
)
libraryDependencies += "fr.wseduc" % "web-utils" % "1.12.0"
[fr.wseduc/web-utils "1.12.0"]