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