GroupId | GroupIdcom.jwebmp.core |
---|---|
ArtifactId | ArtifactIdjwebmp-testlib |
Version | Version1.0.19.10 |
Type | Typejar |
Filename | Size |
---|---|
jwebmp-testlib-1.0.19.10.pom | |
jwebmp-testlib-1.0.19.10.jar | 7 KB |
jwebmp-testlib-1.0.19.10-sources.jar | 6 KB |
jwebmp-testlib-1.0.19.10-javadoc.jar | 429 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.jwebmp.core/jwebmp-testlib/ -->
<dependency>
<groupId>com.jwebmp.core</groupId>
<artifactId>jwebmp-testlib</artifactId>
<version>1.0.19.10</version>
</dependency>
// https://jarcasting.com/artifacts/com.jwebmp.core/jwebmp-testlib/
implementation 'com.jwebmp.core:jwebmp-testlib:1.0.19.10'
// https://jarcasting.com/artifacts/com.jwebmp.core/jwebmp-testlib/
implementation ("com.jwebmp.core:jwebmp-testlib:1.0.19.10")
'com.jwebmp.core:jwebmp-testlib:jar:1.0.19.10'
<dependency org="com.jwebmp.core" name="jwebmp-testlib" rev="1.0.19.10">
<artifact name="jwebmp-testlib" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.jwebmp.core', module='jwebmp-testlib', version='1.0.19.10')
)
libraryDependencies += "com.jwebmp.core" % "jwebmp-testlib" % "1.0.19.10"
[com.jwebmp.core/jwebmp-testlib "1.0.19.10"]