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