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