| GroupId | GroupIdcom.testerum |
|---|---|
| ArtifactId | ArtifactIdweb-frontend |
| Version | Version4.0.2 |
| Type | Typejar |
| Filename | Size |
|---|---|
| web-frontend-4.0.2.pom | |
| web-frontend-4.0.2.jar | 2 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.testerum/web-frontend/ -->
<dependency>
<groupId>com.testerum</groupId>
<artifactId>web-frontend</artifactId>
<version>4.0.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.testerum/web-frontend/
implementation 'com.testerum:web-frontend:4.0.2'
// https://jarcasting.com/artifacts/com.testerum/web-frontend/
implementation ("com.testerum:web-frontend:4.0.2")
'com.testerum:web-frontend:jar:4.0.2'
<dependency org="com.testerum" name="web-frontend" rev="4.0.2">
<artifact name="web-frontend" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.testerum', module='web-frontend', version='4.0.2')
)
libraryDependencies += "com.testerum" % "web-frontend" % "4.0.2"
[com.testerum/web-frontend "4.0.2"]