GroupId | GroupIdcom.sta-soft |
---|---|
ArtifactId | ArtifactIdmimages |
Version | Version1.34 |
Type | Typejar |
Filename | Size |
---|---|
mimages-1.34.pom | |
mimages-1.34.jar | 107 KB |
mimages-1.34-tests.jar | 2 KB |
mimages-1.34-sources.jar | 56 KB |
mimages-1.34-javadoc.jar | 244 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.sta-soft/mimages/ -->
<dependency>
<groupId>com.sta-soft</groupId>
<artifactId>mimages</artifactId>
<version>1.34</version>
</dependency>
// https://jarcasting.com/artifacts/com.sta-soft/mimages/
implementation 'com.sta-soft:mimages:1.34'
// https://jarcasting.com/artifacts/com.sta-soft/mimages/
implementation ("com.sta-soft:mimages:1.34")
'com.sta-soft:mimages:jar:1.34'
<dependency org="com.sta-soft" name="mimages" rev="1.34">
<artifact name="mimages" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.sta-soft', module='mimages', version='1.34')
)
libraryDependencies += "com.sta-soft" % "mimages" % "1.34"
[com.sta-soft/mimages "1.34"]