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