GroupId | GroupIdcom.jwebmp |
---|---|
ArtifactId | ArtifactIdjwebmp-parent |
Version | Version1.0.6.5 |
Type | Typepom |
Filename | Size |
---|---|
jwebmp-parent-1.0.6.5.pom | 12 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.jwebmp/jwebmp-parent/ -->
<dependency>
<groupId>com.jwebmp</groupId>
<artifactId>jwebmp-parent</artifactId>
<version>1.0.6.5</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.jwebmp/jwebmp-parent/
implementation 'com.jwebmp:jwebmp-parent:1.0.6.5'
// https://jarcasting.com/artifacts/com.jwebmp/jwebmp-parent/
implementation ("com.jwebmp:jwebmp-parent:1.0.6.5")
'com.jwebmp:jwebmp-parent:pom:1.0.6.5'
<dependency org="com.jwebmp" name="jwebmp-parent" rev="1.0.6.5">
<artifact name="jwebmp-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.jwebmp', module='jwebmp-parent', version='1.0.6.5')
)
libraryDependencies += "com.jwebmp" % "jwebmp-parent" % "1.0.6.5"
[com.jwebmp/jwebmp-parent "1.0.6.5"]