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