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