GroupId | GroupIdcom.mysema.web |
---|---|
ArtifactId | ArtifactIdwebmin |
Version | Version0.3.4 |
Type | Typejar |
Filename | Size |
---|---|
webmin-0.3.4.pom | |
webmin-0.3.4.jar | 41 KB |
webmin-0.3.4-sources.jar | 26 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.mysema.web/webmin/ -->
<dependency>
<groupId>com.mysema.web</groupId>
<artifactId>webmin</artifactId>
<version>0.3.4</version>
</dependency>
// https://jarcasting.com/artifacts/com.mysema.web/webmin/
implementation 'com.mysema.web:webmin:0.3.4'
// https://jarcasting.com/artifacts/com.mysema.web/webmin/
implementation ("com.mysema.web:webmin:0.3.4")
'com.mysema.web:webmin:jar:0.3.4'
<dependency org="com.mysema.web" name="webmin" rev="0.3.4">
<artifact name="webmin" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.mysema.web', module='webmin', version='0.3.4')
)
libraryDependencies += "com.mysema.web" % "webmin" % "0.3.4"
[com.mysema.web/webmin "0.3.4"]