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